3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: claws-mail: Use HTTPS.

* gnu/packages/mail.scm (claws-mail)[source, home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-17 12:53:23 +02:00
parent 24d6cc1d59
commit ba5c926c18
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1015,7 +1015,7 @@ compresses it.")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.claws-mail.org/releases/" name "-" version
"https://www.claws-mail.org/releases/" name "-" version
".tar.xz"))
(sha256
(base32
@ -1065,7 +1065,7 @@ appearance and interface are designed to be familiar to new users coming from
other popular email clients, as well as experienced users. Almost all commands
are accessible with the keyboard. Plus, Claws-Mail is extensible via addons
which can add many functionalities to the base client.")
(home-page "http://www.claws-mail.org/")
(home-page "https://www.claws-mail.org/")
(license gpl3+))) ; most files are actually public domain or x11
(define-public msmtp