From 9396d090e3ef14372af65db65fdd693938f7528c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 24 Mar 2023 08:40:39 +0100 Subject: [PATCH] python310Packages.asyncstdlib: add changelog to meta --- pkgs/development/python-modules/asyncstdlib/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/asyncstdlib/default.nix b/pkgs/development/python-modules/asyncstdlib/default.nix index 39bb56df5a63..72c7293a117b 100644 --- a/pkgs/development/python-modules/asyncstdlib/default.nix +++ b/pkgs/development/python-modules/asyncstdlib/default.nix @@ -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 ]; };