python310Packages.aiomisc: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-03 21:05:27 +02:00
parent 8a339bb874
commit d4bb2b1f4f

View file

@ -90,6 +90,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Miscellaneous utils for asyncio";
homepage = "https://github.com/aiokitchen/aiomisc";
changelog = "https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};