blackbox-exporters: add Frostman to maintainers

This commit is contained in:
Sergey Lukjanov 2020-06-19 11:26:13 -07:00
parent 75d7d42b5c
commit 6570e4a03f

View File

@ -21,7 +21,7 @@ buildGoPackage rec {
description = "Blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP";
homepage = "https://github.com/prometheus/blackbox_exporter";
license = licenses.asl20;
maintainers = with maintainers; [ globin fpletz willibutz ];
maintainers = with maintainers; [ globin fpletz willibutz Frostman ];
platforms = platforms.unix;
};
}