We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e89b7 commit af51a7fCopy full SHA for af51a7f
pkgs/servers/monitoring/nagios-plugins/manubulon-snmp-plugins/default.nix
@@ -56,12 +56,12 @@ stdenv.mkDerivation rec {
56
};
57
58
59
- meta = with lib; {
+ meta = {
60
changelog = "https://github.com/SteScho/manubulon-snmp/releases/tag/v${version}";
61
description = "Set of Icinga/Nagios plugins to check hosts and hardware with the SNMP protocol";
62
homepage = "https://github.com/SteScho/manubulon-snmp";
63
- license = with licenses; [ gpl2Only ];
64
- platforms = platforms.unix;
65
- maintainers = with maintainers; [ jwillikers ];
+ license = with lib.licenses; [ gpl2Only ];
+ platforms = lib.platforms.unix;
+ maintainers = with lib.maintainers; [ jwillikers ];
66
67
}
0 commit comments