Fixed some descriptions

This commit is contained in:
Pascal Wittmann
2015-04-28 10:54:58 +02:00
parent 74742ad584
commit f99d5cf2fc
54 changed files with 77 additions and 78 deletions

View File

@@ -11,7 +11,7 @@ bundlerEnv {
buildInputs = [ curl ];
meta = with lib; {
description = "Fluentd data collector.";
description = "A data collector";
homepage = http://www.fluentd.org/;
license = with licenses; asl20;
maintainers = with maintainers; [ offline ];