File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/servers/monitoring/nagios-plugins/openbsd_snmp3_check Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ python3Packages.buildPythonApplication rec {
2929 } ;
3030 } ;
3131
32- meta = with lib ; {
32+ meta = {
3333 changelog = "https://github.com/alexander-naumov/openbsd_snmp3_check/releases/tag/v${ version } " ;
3434 description = "SNMP v3 check for OpenBSD systems state monitoring" ;
3535 homepage = "https://github.com/alexander-naumov/openbsd_snmp3_check" ;
36- license = with licenses ; [ bsd3 ] ;
37- platforms = platforms . unix ;
38- maintainers = with maintainers ; [ jwillikers ] ;
36+ license = with lib . licenses ; [ bsd3 ] ;
37+ platforms = lib . platforms . unix ;
38+ maintainers = with lib . maintainers ; [ jwillikers ] ;
3939 mainProgram = "openbsd_snmp3.py" ;
4040 } ;
4141}
You can’t perform that action at this time.
0 commit comments