guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: getmail: Use HTTPS home page.


From: guix-commits
Subject: 02/11: gnu: getmail: Use HTTPS home page.
Date: Wed, 12 Jan 2022 01:28:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 132a251dd7ac1a397caa31ceefb71c6050e0d65f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 11 10:17:57 2022 +0000

    gnu: getmail: Use HTTPS home page.
    
    * gnu/packages/mail.scm (getmail)[source, home-page]: Use HTTPS.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3b6ac49f0f..a21796c965 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1541,7 +1541,7 @@ pairs have previously synchronized.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://pyropus.ca/software/getmail/old-versions/";
+       (uri (string-append "https://pyropus.ca/software/getmail/old-versions/";
                            "getmail-" version ".tar.gz"))
        (sha256
         (base32 "1yk7lrndbfsrbdxikwzdqvadryqsldalxdn3a184dg4sxzmgis3a"))))
@@ -1549,7 +1549,7 @@ pairs have previously synchronized.")
     (arguments
      `(#:tests? #f                      ; no tests
        #:python ,python-2))
-    (home-page "http://pyropus.ca/software/getmail/";)
+    (home-page "https://pyropus.ca/software/getmail/";)
     (synopsis "Mail retriever")
     (description
      "A flexible, extensible mail retrieval system with support for



reply via email to

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