Fixed some descriptions

This commit is contained in:
Pascal Wittmann
2015-04-28 10:55:20 +02:00
parent 74742ad584
commit f99d5cf2fc
54 changed files with 77 additions and 78 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ pythonPackages.buildPythonPackage rec {
meta = {
homepage = https://pypi.python.org/pypi/grin;
description = "A grep program configured the way I like it.";
description = "A grep program configured the way I like it";
platform = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.sjagoe ];
};
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
'';
meta = {
description = "html2text is a command line utility, written in C++, that converts HTML documents into plain text.";
description = "A command line utility, written in C++, that converts HTML documents into plain text";
homepage = http://www.mbayer.de/html2text/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;