guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: mew: Use HTTPS.


From: Tobias Geerinckx-Rice
Subject: 12/12: gnu: mew: Use HTTPS.
Date: Fri, 10 Aug 2018 20:09:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8502ff7a1afdf55cb148eaa4b6b70d82069a2ab2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 8 21:23:50 2018 +0200

    gnu: mew: Use HTTPS.
    
    * gnu/packages/mail.scm (mew)[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 5e59339..6ad4d13 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -546,7 +546,7 @@ repository and Maildir/IMAP as LOCAL repository.")
     (version "6.7")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://mew.org/Release/mew-";
+              (uri (string-append "https://mew.org/Release/mew-";
                                   version ".tar.gz"))
               (sha256
                (base32
@@ -584,7 +584,7 @@ repository and Maildir/IMAP as LOCAL repository.")
                 "mew" (string-append (assoc-ref outputs "out") ,elisp-dir))
                #t)))
          #:tests? #f)))
-    (home-page "http://www.mew.org";)
+    (home-page "https://mew.org";)
     (synopsis "Emacs e-mail client")
     (description "Mew (Messaging in the Emacs World) is a user interface
 for text messages, multimedia messages (MIME), news articles and



reply via email to

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