about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSergey Lukjanov <me@slukjanov.name>2020-05-26 12:11:13 -0700
committerSergey Lukjanov <me@slukjanov.name>2020-05-26 12:11:40 -0700
commit43d46b15b7a4e387638b08b9635aaa8c60e5f073 (patch)
tree3e39aafc9226aafc6c18f5e999d0f6aaebda37c7 /pkgs
parent01c937fd4784f7b17bf1ffb8ede1e6c27a81d38d (diff)
downloadnixlib-43d46b15b7a4e387638b08b9635aaa8c60e5f073.tar
nixlib-43d46b15b7a4e387638b08b9635aaa8c60e5f073.tar.gz
nixlib-43d46b15b7a4e387638b08b9635aaa8c60e5f073.tar.bz2
nixlib-43d46b15b7a4e387638b08b9635aaa8c60e5f073.tar.lz
nixlib-43d46b15b7a4e387638b08b9635aaa8c60e5f073.tar.xz
nixlib-43d46b15b7a4e387638b08b9635aaa8c60e5f073.tar.zst
nixlib-43d46b15b7a4e387638b08b9635aaa8c60e5f073.zip
snmp_exporter: add Frostman to maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/monitoring/prometheus/snmp-exporter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/monitoring/prometheus/snmp-exporter.nix b/pkgs/servers/monitoring/prometheus/snmp-exporter.nix
index c589c1f18d55..a456cda86e5e 100644
--- a/pkgs/servers/monitoring/prometheus/snmp-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/snmp-exporter.nix
@@ -21,7 +21,7 @@ buildGoPackage rec {
     description = "SNMP Exporter for Prometheus";
     homepage = "https://github.com/prometheus/snmp_exporter";
     license = licenses.asl20;
-    maintainers = with maintainers; [ oida willibutz ];
+    maintainers = with maintainers; [ oida willibutz Frostman ];
     platforms = platforms.unix;
   };
 }