ldapmonitor: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-14 12:02:12 +01:00 committed by GitHub
parent 00d4a97aec
commit 0c5c934596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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