diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-27 23:52:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-27 23:52:58 +0100 |
commit | 447b61d4cfb2a2de39221777590233eeae3aed12 (patch) | |
tree | c12bbe23e72ad62ece0dd6c299e4ba8581e8a7e3 /gnu | |
parent | 271b3c9d16f8880f4a27b52a615cdec611322fae (diff) | |
download | guix-447b61d4cfb2a2de39221777590233eeae3aed12.tar guix-447b61d4cfb2a2de39221777590233eeae3aed12.tar.gz |
gnu: fetchmail: Use HTTPS home page.
* gnu/packages/mail.scm (fetchmail)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index dc7f6c591e..f753e3756f 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -343,7 +343,7 @@ to run without any changes.") ;; 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 |