Commit a05c2eee authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.celery-redbeat: add changelog to meta

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