Fixed some descriptions

This commit is contained in:
Pascal Wittmann
2015-06-29 16:20:58 +02:00
parent aefa3a30f0
commit 512225ef81
9 changed files with 23 additions and 17 deletions
@@ -19,7 +19,7 @@ goPackages.buildGoPackage rec {
];
meta = with lib; {
description = "A tool to scrape a Prometheus client and dump the result as JSON.";
description = "A tool to scrape a Prometheus client and dump the result as JSON";
homepage = https://github.com/prometheus/prom2json;
license = licenses.asl20;
maintainers = with maintainers; [ benley ];