From 575cf4b77f40c5d193e3c6453e107b80dc9273c8 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 21 Jul 2024 19:41:26 -0300 Subject: [PATCH] prometheus-v2ray-exporter: remove jqqqqqqqqqq from meta.maintainers Since theey is not active from at least two years. --- pkgs/servers/monitoring/prometheus/v2ray-exporter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/monitoring/prometheus/v2ray-exporter.nix b/pkgs/servers/monitoring/prometheus/v2ray-exporter.nix index 0cb3dc77162b..0d5afa432a4e 100644 --- a/pkgs/servers/monitoring/prometheus/v2ray-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/v2ray-exporter.nix @@ -18,6 +18,6 @@ buildGoModule rec { mainProgram = "v2ray-exporter"; homepage = "https://github.com/wi1dcard/v2ray-exporter"; license = licenses.mit; - maintainers = with maintainers; [ jqqqqqqqqqq ]; + maintainers = with maintainers; [ ]; }; }