python310Packages.asyncstdlib: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-24 08:40:39 +01:00
committed by GitHub
parent a2a08fe286
commit 9396d090e3
@@ -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 ];
};