gnu: mew: Use HTTPS.
* gnu/packages/mail.scm (mew)[source, home-page]: Use HTTPS.master
parent
fb5fedfe7e
commit
8502ff7a1a
|
@ -546,7 +546,7 @@ repository and Maildir/IMAP as LOCAL repository.")
|
||||||
(version "6.7")
|
(version "6.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://mew.org/Release/mew-"
|
(uri (string-append "https://mew.org/Release/mew-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -584,7 +584,7 @@ repository and Maildir/IMAP as LOCAL repository.")
|
||||||
"mew" (string-append (assoc-ref outputs "out") ,elisp-dir))
|
"mew" (string-append (assoc-ref outputs "out") ,elisp-dir))
|
||||||
#t)))
|
#t)))
|
||||||
#:tests? #f)))
|
#:tests? #f)))
|
||||||
(home-page "http://www.mew.org")
|
(home-page "https://mew.org")
|
||||||
(synopsis "Emacs e-mail client")
|
(synopsis "Emacs e-mail client")
|
||||||
(description "Mew (Messaging in the Emacs World) is a user interface
|
(description "Mew (Messaging in the Emacs World) is a user interface
|
||||||
for text messages, multimedia messages (MIME), news articles and
|
for text messages, multimedia messages (MIME), news articles and
|
||||||
|
|
Reference in New Issue