diff options
Diffstat (limited to 'gnu/packages/wget.scm')
-rw-r--r-- | gnu/packages/wget.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm index 1f2f53c97f..4daa2d8a87 100644 --- a/gnu/packages/wget.scm +++ b/gnu/packages/wget.scm @@ -44,8 +44,7 @@ ("perl" ,perl) ("gettext" ,guix:gettext))) (home-page "http://www.gnu.org/software/wget/") - (synopsis - "GNU Wget, a tool for retrieving files using HTTP, HTTPS, and FTP") + (synopsis "Non-interactive command-line utility for downloading files") (description "GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a |