node_exporter: add Frostman to maintainers

wip/yesman
Sergey Lukjanov 4 years ago
parent 0d0678bf52
commit c6c55fb73b
  1. 2
      pkgs/servers/monitoring/prometheus/node-exporter.nix

@ -27,7 +27,7 @@ buildGoPackage rec {
description = "Prometheus exporter for machine metrics";
homepage = "https://github.com/prometheus/node_exporter";
license = licenses.asl20;
maintainers = with maintainers; [ benley fpletz globin ];
maintainers = with maintainers; [ benley fpletz globin Frostman ];
platforms = platforms.unix;
};
}

Loading…
Cancel
Save