diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-08 21:23:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 02:00:46 +0200 |
commit | 8502ff7a1afdf55cb148eaa4b6b70d82069a2ab2 (patch) | |
tree | 57bf873729c0c46efb808262e015fd058453ccd4 /gnu | |
parent | fb5fedfe7ed18175fd17f4f09c7d26bdd21e31e2 (diff) | |
download | guix-8502ff7a1afdf55cb148eaa4b6b70d82069a2ab2.tar.gz guix-8502ff7a1afdf55cb148eaa4b6b70d82069a2ab2.zip |
gnu: mew: Use HTTPS.
* gnu/packages/mail.scm (mew)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 5e5933932b..6ad4d13aad 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 |