Fixed many descriptions

This commit is contained in:
Pascal Wittmann
2014-11-11 14:36:34 +01:00
parent 0e309af732
commit 8df0e0b151
72 changed files with 160 additions and 159 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.tinkerforge.com/;
description = "The Brick Daemon is a daemon (or service on Windows) that acts as a bridge between the Bricks/Bricklets and the API bindings for the different programming languages.";
description = "A daemon (or service on Windows) that acts as a bridge between the Bricks/Bricklets and the API bindings for the different programming languages";
maintainers = [ stdenv.lib.maintainers.qknight ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;