python3Packages.django-filer: add meta.changelog

This commit is contained in:
Robert Schütz
2025-11-29 11:34:06 -08:00
parent b38ec51ba5
commit ec479bf5ec
@@ -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;