about summary refs log tree commit diff
path: root/pkgs/tools/text/shab/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/shab/default.nix')
-rw-r--r--pkgs/tools/text/shab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/shab/default.nix b/pkgs/tools/text/shab/default.nix
index 733ba4f80cf55..bbc60921903d6 100644
--- a/pkgs/tools/text/shab/default.nix
+++ b/pkgs/tools/text/shab/default.nix
@@ -40,7 +40,7 @@ let
     };
 
     meta = with lib; {
-      description = "The bash templating language";
+      description = "Bash templating language";
       mainProgram = "shab";
       homepage = "https://github.com/zimbatm/shab";
       license = licenses.unlicense;