Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

alertmanager: add Frostman to maintainers

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