summary refs log tree commit diff
path: root/pkgs/tools/text/html2text/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/html2text/default.nix')
-rw-r--r--pkgs/tools/text/html2text/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/html2text/default.nix b/pkgs/tools/text/html2text/default.nix
index 27de591d889..8fd0bea2254 100644
--- a/pkgs/tools/text/html2text/default.nix
+++ b/pkgs/tools/text/html2text/default.nix
@@ -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;