From c4c0129ffccc7c266be7da757df5c1fc82f880f0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 7 Dec 2022 10:37:32 +0100 Subject: [PATCH] python310Packages.aiosmb: add changelog to meta --- pkgs/development/python-modules/aiosmb/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/aiosmb/default.nix b/pkgs/development/python-modules/aiosmb/default.nix index 70737dcca796..25746f77d746 100644 --- a/pkgs/development/python-modules/aiosmb/default.nix +++ b/pkgs/development/python-modules/aiosmb/default.nix @@ -49,6 +49,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python SMB library"; homepage = "https://github.com/skelsec/aiosmb"; + changelog = "https://github.com/skelsec/aiosmb/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; };