meta.licenses -> license

This commit is contained in:
Joachim Fasting
2015-04-21 23:10:07 +02:00
parent 5c6dd54183
commit 8488d133f3
18 changed files with 18 additions and 18 deletions
@@ -17,7 +17,7 @@ goPackages.buildGoPackage rec {
meta = with lib; {
description = "Export Mesos metrics to Prometheus";
homepage = https://github.com/prometheus/mesos_exporter;
licenses = licenses.asl20;
license = licenses.asl20;
maintainers = with maintainers; [ benley ];
platforms = platforms.unix;
};
@@ -20,7 +20,7 @@ goPackages.buildGoPackage rec {
meta = with lib; {
description = "Receives StatsD-style metrics and exports them to Prometheus";
homepage = https://github.com/prometheus/statsd_bridge;
licenses = licenses.asl20;
license = licenses.asl20;
maintainers = with maintainers; [ benley ];
platforms = platforms.unix;
};