summary refs log tree commit diff
path: root/pkgs/servers/monitoring/prometheus
diff options
context:
space:
mode:
authorJennifer Graul <jennifer.graul@wobcom.de>2023-10-16 14:02:21 +0200
committerYureka <yuka@yuka.dev>2023-10-16 15:19:02 +0200
commitdf77975e68088a9ae43e5e6604a7a6c2173c3672 (patch)
treebe166b949df5607e1bd446b76d68b8ed28b89801 /pkgs/servers/monitoring/prometheus
parente41276efc60590d7a16102378fa89cd22a6040d3 (diff)
downloadnixpkgs-df77975e68088a9ae43e5e6604a7a6c2173c3672.tar
nixpkgs-df77975e68088a9ae43e5e6604a7a6c2173c3672.tar.gz
nixpkgs-df77975e68088a9ae43e5e6604a7a6c2173c3672.tar.bz2
nixpkgs-df77975e68088a9ae43e5e6604a7a6c2173c3672.tar.lz
nixpkgs-df77975e68088a9ae43e5e6604a7a6c2173c3672.tar.xz
nixpkgs-df77975e68088a9ae43e5e6604a7a6c2173c3672.tar.zst
nixpkgs-df77975e68088a9ae43e5e6604a7a6c2173c3672.zip
prometheus-junos-czerwonk-exporter: change maintainters to wdz team
Diffstat (limited to 'pkgs/servers/monitoring/prometheus')
-rw-r--r--pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix b/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix
index 7a72ab9cb90..b5c8d994bd0 100644
--- a/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix
@@ -17,6 +17,6 @@ buildGoModule rec {
     description = "Exporter for metrics from devices running JunOS";
     homepage = "https://github.com/czerwonk/junos_exporter";
     license = licenses.mit;
-    maintainers = with maintainers; [ netali ];
+    maintainers = teams.wdz.members;
   };
 }