about summary refs log tree commit diff
path: root/pkgs/tools/networking/wget2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/wget2/default.nix')
-rw-r--r--pkgs/tools/networking/wget2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/wget2/default.nix b/pkgs/tools/networking/wget2/default.nix
index 9b77133de565c..27d1a659029ba 100644
--- a/pkgs/tools/networking/wget2/default.nix
+++ b/pkgs/tools/networking/wget2/default.nix
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    description = "successor of GNU Wget, a file and recursive website downloader.";
+    description = "Successor of GNU Wget, a file and recursive website downloader";
     longDescription = ''
       Designed and written from scratch it wraps around libwget, that provides the basic
       functions needed by a web client.