about summary refs log tree commit diff
path: root/pkgs/tools/security/xcrawl3r/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/xcrawl3r/default.nix')
-rw-r--r--pkgs/tools/security/xcrawl3r/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/xcrawl3r/default.nix b/pkgs/tools/security/xcrawl3r/default.nix
index b714d555bafb7..c12439f49d67b 100644
--- a/pkgs/tools/security/xcrawl3r/default.nix
+++ b/pkgs/tools/security/xcrawl3r/default.nix
@@ -22,7 +22,7 @@ buildGoModule rec {
   ];
 
   meta = with lib; {
-    description = "A CLI utility to recursively crawl webpages";
+    description = "CLI utility to recursively crawl webpages";
     homepage = "https://github.com/hueristiq/xcrawl3r";
     changelog = "https://github.com/hueristiq/xcrawl3r/releases/tag/${version}";
     license = licenses.mit;