python310Packages.django-reversion: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-06 08:13:39 +02:00 committed by GitHub
parent 7a38549748
commit 9c8e91a620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ src = fetchPypi {
meta = with lib; {
description = "An extension to the Django web framework that provides comprehensive version control facilities";
homepage = "https://github.com/etianen/django-reversion";
changelog = "https://github.com/etianen/django-reversion/blob/v${version}/CHANGELOG.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};