nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

alertmanager: add Frostman to maintainers

+1 -1
+1 -1
pkgs/servers/monitoring/prometheus/alertmanager.nix
··· 35 description = "Alert dispatcher for the Prometheus monitoring system"; 36 homepage = "https://github.com/prometheus/alertmanager"; 37 license = licenses.asl20; 38 - maintainers = with maintainers; [ benley fpletz globin ]; 39 platforms = platforms.unix; 40 }; 41 }
··· 35 description = "Alert dispatcher for the Prometheus monitoring system"; 36 homepage = "https://github.com/prometheus/alertmanager"; 37 license = licenses.asl20; 38 + maintainers = with maintainers; [ benley fpletz globin Frostman ]; 39 platforms = platforms.unix; 40 }; 41 }