about summary refs log tree commit diff
path: root/pkgs/tools/text/untex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/untex/default.nix')
-rw-r--r--pkgs/tools/text/untex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/untex/default.nix b/pkgs/tools/text/untex/default.nix
index c6f8330496506..cb4c0e4fcb9e6 100644
--- a/pkgs/tools/text/untex/default.nix
+++ b/pkgs/tools/text/untex/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "A utility which removes LaTeX commands from input";
+    description = "Utility which removes LaTeX commands from input";
     mainProgram = "untex";
     homepage = "https://www.ctan.org/pkg/untex";
     license = licenses.gpl1Only;