openbsd_snmp3_check: fix overuse of with lib (#357242)
This commit is contained in:
commit
badf0750d4
@ -29,13 +29,13 @@ python3Packages.buildPythonApplication rec {
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
changelog = "https://github.com/alexander-naumov/openbsd_snmp3_check/releases/tag/v${version}";
|
||||
description = "SNMP v3 check for OpenBSD systems state monitoring";
|
||||
homepage = "https://github.com/alexander-naumov/openbsd_snmp3_check";
|
||||
license = with licenses; [ bsd3 ];
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ jwillikers ];
|
||||
license = with lib.licenses; [ bsd3 ];
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ jwillikers ];
|
||||
mainProgram = "openbsd_snmp3.py";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user