python313Packages.celery-redbeat: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-09-27 10:52:19 +02:00
parent 84a03aa1c2
commit a05c2eee70
@@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Database-backed Periodic Tasks";
homepage = "https://github.com/celery/django-celery-beat";
changelog = "https://github.com/celery/django-celery-beat/releases/tag/${src.tag}";
license = licenses.bsd3;
maintainers = with maintainers; [ onny ];
};