Unverified Commit 7957669c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.celery: add changelog to meta

parent 686cda02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Distributed task queue";
    homepage = "https://github.com/celery/celery/";
    changelog = "https://github.com/celery/celery/releases/tag/v${version}";
    license = licenses.bsd3;
    maintainers = with maintainers; [ fab ];
  };