python310Packages.aiosmb: add changelog to meta
This commit is contained in:
parent
7ffd8e25b8
commit
c4c0129ffc
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue