diff --git a/pkgs/development/python-modules/django-filer/default.nix b/pkgs/development/python-modules/django-filer/default.nix index 3981823ce144..4642e9302cbd 100644 --- a/pkgs/development/python-modules/django-filer/default.nix +++ b/pkgs/development/python-modules/django-filer/default.nix @@ -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;