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.
2 parents a54e87a + 32cb2b2 commit 476f3a1Copy full SHA for 476f3a1
pkgs/servers/monitoring/nagios-plugins/check_interfaces/default.nix
@@ -34,13 +34,13 @@ stdenv.mkDerivation rec {
34
};
35
36
37
- meta = with lib; {
+ meta = {
38
changelog = "https://github.com/NETWAYS/check_interfaces/releases/tag/v${version}";
39
description = "Icinga check plugin for network hardware interfaces";
40
homepage = "https://github.com/NETWAYS/check_interfaces/";
41
- license = with licenses; [ gpl2Only ];
42
- platforms = platforms.unix;
43
- maintainers = with maintainers; [ jwillikers ];
+ license = with lib.licenses; [ gpl2Only ];
+ platforms = lib.platforms.unix;
+ maintainers = with lib.maintainers; [ jwillikers ];
44
mainProgram = "check_interfaces";
45
46
}
0 commit comments