nagios: add meta.{changelog,mainProgram}

authored by Anthony Roussel and committed by Jonathan Ringer f7d2b2fc cf57a91e

+2
+2
pkgs/servers/monitoring/nagios/default.nix
··· 68 meta = { 69 description = "A host, service and network monitoring program"; 70 homepage = "https://www.nagios.org/"; 71 license = lib.licenses.gpl2; 72 platforms = lib.platforms.linux; 73 maintainers = with lib.maintainers; [ immae thoughtpolice relrod ]; 74 }; 75 }
··· 68 meta = { 69 description = "A host, service and network monitoring program"; 70 homepage = "https://www.nagios.org/"; 71 + changelog = "https://github.com/NagiosEnterprises/nagioscore/blob/nagios-${version}/Changelog"; 72 license = lib.licenses.gpl2; 73 platforms = lib.platforms.linux; 74 + mainProgram = "nagios"; 75 maintainers = with lib.maintainers; [ immae thoughtpolice relrod ]; 76 }; 77 }