python310Packages.aiosmb: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-07 10:37:32 +01:00
parent 7ffd8e25b8
commit c4c0129ffc

View file

@ -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 ];
};