about summary refs log tree commit diff
path: root/pkgs/tools/misc/didyoumean/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/didyoumean/default.nix')
-rw-r--r--pkgs/tools/misc/didyoumean/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/didyoumean/default.nix b/pkgs/tools/misc/didyoumean/default.nix
index d7671cf08bbe7..c3a04d289d559 100644
--- a/pkgs/tools/misc/didyoumean/default.nix
+++ b/pkgs/tools/misc/didyoumean/default.nix
@@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
   doCheck = false;
 
   meta = with lib; {
-    description = "A CLI spelling corrector for when you're unsure";
+    description = "CLI spelling corrector for when you're unsure";
     homepage = "https://github.com/hisbaan/didyoumean";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ evanjs wegank ];