python311Packages.celery: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-01 09:18:01 +02:00 committed by GitHub
parent 686cda0260
commit 7957669c08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};