From 447b61d4cfb2a2de39221777590233eeae3aed12 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 27 Oct 2019 23:52:25 +0100 Subject: gnu: fetchmail: Use HTTPS home page. * gnu/packages/mail.scm (fetchmail)[home-page]: Use HTTPS. --- gnu/packages/mail.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3