prometheus-snmp-exporter: remove myself as maintainer

This commit is contained in:
WilliButz
2024-01-17 20:34:33 +01:00
parent bb9c7762bc
commit 4bd2f9c737
@@ -23,6 +23,6 @@ buildGoModule rec {
description = "SNMP Exporter for Prometheus";
homepage = "https://github.com/prometheus/snmp_exporter";
license = licenses.asl20;
maintainers = with maintainers; [ oida willibutz Frostman ];
maintainers = with maintainers; [ oida Frostman ];
};
}