python310Packages.winacl: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-05 18:32:23 +01:00
parent 9bd0730b27
commit 470cc589bc

View file

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