prometheus-pushgateway: remove myself from list of maintainers

This commit is contained in:
Ivan Kozik 2019-08-02 06:07:42 +00:00
parent 05df9cec11
commit 8b72021519

View File

@ -43,7 +43,7 @@ buildGoPackage rec {
description = "Allows ephemeral and batch jobs to expose metrics to Prometheus";
homepage = https://github.com/prometheus/pushgateway;
license = licenses.asl20;
maintainers = with maintainers; [ benley fpletz ivan ];
maintainers = with maintainers; [ benley fpletz ];
platforms = platforms.unix;
};
}