lol

python310Packages.django-reversion: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
9c8e91a6 7a385497

+1
+1
pkgs/development/python-modules/django-reversion/default.nix
··· 31 31 meta = with lib; { 32 32 description = "An extension to the Django web framework that provides comprehensive version control facilities"; 33 33 homepage = "https://github.com/etianen/django-reversion"; 34 + changelog = "https://github.com/etianen/django-reversion/blob/v${version}/CHANGELOG.rst"; 34 35 license = licenses.bsd3; 35 36 maintainers = with maintainers; [ ]; 36 37 };