python311Packages.amqp: add changelog to meta
This commit is contained in:
parent
bf6b60a5da
commit
82672ae0d5
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user