nagios: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2023-11-10 12:29:02 +01:00 committed by Jonathan Ringer
parent f7d2b2fc0e
commit c4be620b26

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 ];
};
}