about summary refs log tree commit diff
path: root/pkgs/tools/text/ansifilter
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/ansifilter')
-rw-r--r--pkgs/tools/text/ansifilter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ansifilter/default.nix b/pkgs/tools/text/ansifilter/default.nix
index 7437d2765a9a..bc265c5a5aee 100644
--- a/pkgs/tools/text/ansifilter/default.nix
+++ b/pkgs/tools/text/ansifilter/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Tool to convert ANSI to other formats";
     longDescription = ''
-      Tool to remove ANSI or convert them to another format 
+      Tool to remove ANSI or convert them to another format
       (HTML, TeX, LaTeX, RTF, Pango or BBCode)
     '';
     homepage = "http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php";