python310Packages.aiomisc: add changelog to meta
This commit is contained in:
parent
8a339bb874
commit
d4bb2b1f4f
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue