python310Packages.asyncstdlib: add changelog to meta
This commit is contained in:
@@ -35,6 +35,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python library that extends the Python asyncio standard library";
|
||||
homepage = "https://asyncstdlib.readthedocs.io/";
|
||||
changelog = "https://github.com/maxfischer2781/asyncstdlib/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user