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
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ x11 ];
meta = with stdenv.lib; {
description = "Dlib is a general purpose cross-platform C++ machine learning library.";
description = "A general purpose cross-platform C++ machine learning library";
homepage = http://www.dlib.net;
license = stdenv.lib.licenses.boost;
maintainers = with maintainers; [ christopherpoole ];