tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
alertmanager: add Frostman to maintainers
Sergey Lukjanov
5 years ago
30efcbcc
7449170e
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
prometheus
alertmanager.nix
+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
38
-
maintainers = with maintainers; [ benley fpletz globin ];
38
38
+
maintainers = with maintainers; [ benley fpletz globin Frostman ];
39
39
platforms = platforms.unix;
40
40
};
41
41
}