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