3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aiormq: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-22 12:25:59 +01:00
parent 4375ddbf1f
commit 3756d4b8cc

View file

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