3
0
Fork 0
forked from mirrors/nixpkgs

snmp_exporter: add Frostman to maintainers

This commit is contained in:
Sergey Lukjanov 2020-05-26 12:11:13 -07:00
parent 01c937fd47
commit 43d46b15b7

View file

@ -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;
};
}