nagios: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel
2023-11-10 15:44:55 -08:00
committed by Jonathan Ringer
parent f7d2b2fc0e
commit c4be620b26
+1 -1
View File
@@ -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 ];
};
}