python310Packages.msldap: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-20 21:35:56 +01:00
parent f75ebf5894
commit 95f7d621b6
@@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python LDAP library for auditing MS AD";
homepage = "https://github.com/skelsec/msldap";
changelog = "https://github.com/skelsec/msldap/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};