python310Packages.winacl: add changelog to meta
This commit is contained in:
parent
9bd0730b27
commit
470cc589bc
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python module for ACL/ACE/Security descriptor manipulation";
|
||||
homepage = "https://github.com/skelsec/winacl";
|
||||
changelog = "https://github.com/skelsec/winacl/releases/tag/${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue