Commit f7d2b2fc authored by Anthony Roussel's avatar Anthony Roussel Committed by Jonathan Ringer
Browse files

nagios: add meta.{changelog,mainProgram}

parent cf57a91e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -68,8 +68,10 @@ stdenv.mkDerivation rec {
  meta = {
    description = "A host, service and network monitoring program";
    homepage = "https://www.nagios.org/";
    changelog = "https://github.com/NagiosEnterprises/nagioscore/blob/nagios-${version}/Changelog";
    license = lib.licenses.gpl2;
    platforms = lib.platforms.linux;
    mainProgram = "nagios";
    maintainers = with lib.maintainers; [ immae thoughtpolice relrod ];
  };
}