python310Packages.django-celery-results: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-08 22:59:00 +02:00 committed by GitHub
parent b0cf0e8a01
commit 735ee00160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Celery result back end with django";
homepage = "https://github.com/celery/django-celery-results";
changelog = "https://github.com/celery/django-celery-results/blob/v{version}/Changelog";
license = licenses.bsd3;
maintainers = with maintainers; [ babariviere ];
};