python310Packages.aio-pika: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-22 13:01:22 +01:00
parent f233ece1b7
commit 3f76615131

View File

@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "AMQP 0.9 client designed for asyncio and humans";
homepage = "https://github.com/mosquito/aio-pika";
changelog = "https://github.com/mosquito/aio-pika/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ emilytrau ];
};