mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: fetchmail: Use HTTPS home page.
* gnu/packages/mail.scm (fetchmail)[home-page]: Use HTTPS.
This commit is contained in:
parent
271b3c9d16
commit
447b61d4cf
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ (define-public fetchmail
|
|||
;; Fix ‘Cannot find absolute path for user's home directory’.
|
||||
(setenv "HOME" "/tmp")
|
||||
#t)))))
|
||||
(home-page "http://www.fetchmail.info/")
|
||||
(home-page "https://www.fetchmail.info/")
|
||||
(synopsis "Remote-mail retrieval and forwarding utility")
|
||||
(description
|
||||
"Fetchmail is a full-featured, robust, well-documented remote-mail
|
||||
|
|
Loading…
Reference in a new issue