tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
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
reviewed
···
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
}