Commit 95f7d621 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.msldap: add changelog to meta

parent f75ebf58
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };