Unverified Commit 9c8e91a6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.django-reversion: add changelog to meta

parent 7a385497
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; [ ];
  };