mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
ldapmonitor: add changelog to meta
This commit is contained in:
parent
00d4a97aec
commit
0c5c934596
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user