Commit ec479bf5 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.django-filer: add meta.changelog

parent b38ec51b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ buildPythonPackage rec {
  '';

  meta = {
    changelog = "https://github.com/django-cms/django-filer/blob/${src.tag}/CHANGELOG.rst";
    description = "File management application for Django";
    homepage = "https://github.com/django-cms/django-filer";
    license = lib.licenses.mit;