diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-17 12:53:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-17 13:13:10 +0200 |
commit | ba5c926c187adb43e173fb3fa8ffe19d387311af (patch) | |
tree | 1a1393213dd6c92bad35afd5051d1692b83636eb /gnu/packages | |
parent | 24d6cc1d59fa9a4e6ead491d9db27bac99e8081b (diff) | |
download | guix-ba5c926c187adb43e173fb3fa8ffe19d387311af.tar guix-ba5c926c187adb43e173fb3fa8ffe19d387311af.tar.gz |
gnu: claws-mail: Use HTTPS.
* gnu/packages/mail.scm (claws-mail)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-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 32483eaa6d..ce4824ef09 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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 |