gnu: Fix synopses for emacs-wget and fetchmail.
* gnu/packages/emacs.scm (emacs-wget): Improve synopsis. * gnu/packages/mail.scm (fetchmail): Fix typo in synopsis.
This commit is contained in:
parent
ce33631f54
commit
ae2189a9f2
|
@ -364,7 +364,7 @@ operations.")
|
||||||
("wget-command" (string-append wget "/bin/wget")))))
|
("wget-command" (string-append wget "/bin/wget")))))
|
||||||
%standard-phases))))
|
%standard-phases))))
|
||||||
(home-page "http://www.emacswiki.org/emacs/EmacsWget")
|
(home-page "http://www.emacswiki.org/emacs/EmacsWget")
|
||||||
(synopsis "A simple file downloader for emacs, based on wget.")
|
(synopsis "Simple file downloader for Emacs based on wget")
|
||||||
(description
|
(description
|
||||||
"emacs-wget is an emacs interface for the wget file downloader.")
|
"emacs-wget is an emacs interface for the wget file downloader.")
|
||||||
(license gpl2+)))
|
(license gpl2+)))
|
||||||
|
|
Loading…
Reference in New Issue