From 6570e4a03f1d32d306479aaefd26521a8df4871f Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Fri, 19 Jun 2020 11:26:13 -0700 Subject: [PATCH] blackbox-exporters: add Frostman to maintainers --- pkgs/servers/monitoring/prometheus/blackbox-exporter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/monitoring/prometheus/blackbox-exporter.nix b/pkgs/servers/monitoring/prometheus/blackbox-exporter.nix index d7f7f5e4be0..9b38bca390c 100644 --- a/pkgs/servers/monitoring/prometheus/blackbox-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/blackbox-exporter.nix @@ -21,7 +21,7 @@ buildGoPackage rec { description = "Blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP"; homepage = "https://github.com/prometheus/blackbox_exporter"; license = licenses.asl20; - maintainers = with maintainers; [ globin fpletz willibutz ]; + maintainers = with maintainers; [ globin fpletz willibutz Frostman ]; platforms = platforms.unix; }; }