python311Packages.django-ckeditor: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-20 10:51:06 +02:00
parent efbc68646d
commit 322970626d

View File

@ -54,6 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = " Django admin CKEditor integration";
homepage = "https://github.com/django-ckeditor/django-ckeditor";
changelog = "https://github.com/django-ckeditor/django-ckeditor/blob/${version}/CHANGELOG.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ onny ];
};