forked from mirrors/nixpkgs
python310Packages.aiormq: add changelog to meta
This commit is contained in:
parent
4375ddbf1f
commit
3756d4b8cc
|
@ -50,6 +50,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "AMQP 0.9.1 asynchronous client library";
|
||||
homepage = "https://github.com/mosquito/aiormq";
|
||||
changelog = "https://github.com/mosquito/aiormq/releases/tag/${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ emilytrau ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue