python311Packages.amqp: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-11-06 08:39:15 +01:00 committed by GitHub
parent bf6b60a5da
commit 82672ae0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for the Advanced Message Queuing Procotol (AMQP). This is a fork of amqplib which is maintained by the Celery project";
homepage = "https://github.com/celery/py-amqp";
changelog = "https://github.com/celery/py-amqp/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};