Unverified Commit 0c5c9345 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

ldapmonitor: add changelog to meta

parent 00d4a97a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ python3.pkgs.buildPythonApplication rec {
  meta = with lib; {
    description = "Tool to monitor creation, deletion and changes to LDAP objects";
    homepage = "https://github.com/p0dalirius/LDAPmonitor";
    changelog = "https://github.com/p0dalirius/LDAPmonitor/releases/tag/${version}";
    license = with licenses; [ gpl3Only ];
    maintainers = with maintainers; [ fab ];
  };