alertmanager: add Frostman to maintainers

This commit is contained in:
Sergey Lukjanov 2020-06-17 11:38:00 -07:00
parent 7449170e6b
commit 30efcbccff

View File

@ -35,7 +35,7 @@ buildGoPackage rec {
description = "Alert dispatcher for the Prometheus monitoring system"; description = "Alert dispatcher for the Prometheus monitoring system";
homepage = "https://github.com/prometheus/alertmanager"; homepage = "https://github.com/prometheus/alertmanager";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ benley fpletz globin ]; maintainers = with maintainers; [ benley fpletz globin Frostman ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }