From 8b72021519b126ce325d52fc3d3054e3294944c8 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Fri, 2 Aug 2019 06:07:42 +0000 Subject: prometheus-pushgateway: remove myself from list of maintainers --- pkgs/servers/monitoring/prometheus/pushgateway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/servers/monitoring/prometheus/pushgateway.nix') diff --git a/pkgs/servers/monitoring/prometheus/pushgateway.nix b/pkgs/servers/monitoring/prometheus/pushgateway.nix index 3c3835913865..1c00f734c19e 100644 --- a/pkgs/servers/monitoring/prometheus/pushgateway.nix +++ b/pkgs/servers/monitoring/prometheus/pushgateway.nix @@ -43,7 +43,7 @@ buildGoPackage rec { description = "Allows ephemeral and batch jobs to expose metrics to Prometheus"; homepage = https://github.com/prometheus/pushgateway; license = licenses.asl20; - maintainers = with maintainers; [ benley fpletz ivan ]; + maintainers = with maintainers; [ benley fpletz ]; platforms = platforms.unix; }; } -- cgit 1.4.1