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

nagios: add anthonyroussel to maintainers

parent f7d2b2fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
    license = lib.licenses.gpl2;
    platforms = lib.platforms.linux;
    mainProgram = "nagios";
    maintainers = with lib.maintainers; [ immae thoughtpolice relrod ];
    maintainers = with lib.maintainers; [ immae thoughtpolice relrod anthonyroussel ];
  };
}