check_interfaces: fix overuse of with lib
This commit is contained in:
parent
23e89b7da8
commit
32cb2b2abe
@ -34,13 +34,13 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
changelog = "https://github.com/NETWAYS/check_interfaces/releases/tag/v${version}";
|
changelog = "https://github.com/NETWAYS/check_interfaces/releases/tag/v${version}";
|
||||||
description = "Icinga check plugin for network hardware interfaces";
|
description = "Icinga check plugin for network hardware interfaces";
|
||||||
homepage = "https://github.com/NETWAYS/check_interfaces/";
|
homepage = "https://github.com/NETWAYS/check_interfaces/";
|
||||||
license = with licenses; [ gpl2Only ];
|
license = with lib.licenses; [ gpl2Only ];
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with maintainers; [ jwillikers ];
|
maintainers = with lib.maintainers; [ jwillikers ];
|
||||||
mainProgram = "check_interfaces";
|
mainProgram = "check_interfaces";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user