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+)))
|
||||||
|
|
|
@ -132,7 +132,7 @@ software.")
|
||||||
`(#:configure-flags (list (string-append "--with-ssl="
|
`(#:configure-flags (list (string-append "--with-ssl="
|
||||||
(assoc-ref %build-inputs "openssl")))))
|
(assoc-ref %build-inputs "openssl")))))
|
||||||
(home-page "http://fetchmail.berlios.de/")
|
(home-page "http://fetchmail.berlios.de/")
|
||||||
(synopsis "Remote-mailr etrieval and forwarding utility")
|
(synopsis "Remote-mail retrieval and forwarding utility")
|
||||||
(description
|
(description
|
||||||
"Fetchmail is a full-featured, robust, well-documented remote-mail
|
"Fetchmail is a full-featured, robust, well-documented remote-mail
|
||||||
retrieval and forwarding utility intended to be used over on-demand
|
retrieval and forwarding utility intended to be used over on-demand
|
||||||
|
|
Loading…
Reference in New Issue