guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: fetchmail: Use HTTPS home page.


From: guix-commits
Subject: 01/01: gnu: fetchmail: Use HTTPS home page.
Date: Sun, 27 Oct 2019 18:53:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 447b61d4cfb2a2de39221777590233eeae3aed12
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 27 23:52:25 2019 +0100

    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(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index dc7f6c5..f753e37 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]