mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: claws-mail: Use HTTPS.
* gnu/packages/mail.scm (claws-mail)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
24d6cc1d59
commit
ba5c926c18
1 changed files with 2 additions and 2 deletions
|
@ -1015,7 +1015,7 @@ (define-public claws-mail
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.claws-mail.org/releases/" name "-" version
|
"https://www.claws-mail.org/releases/" name "-" version
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -1065,7 +1065,7 @@ (define-public claws-mail
|
||||||
other popular email clients, as well as experienced users. Almost all commands
|
other popular email clients, as well as experienced users. Almost all commands
|
||||||
are accessible with the keyboard. Plus, Claws-Mail is extensible via addons
|
are accessible with the keyboard. Plus, Claws-Mail is extensible via addons
|
||||||
which can add many functionalities to the base client.")
|
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
|
(license gpl3+))) ; most files are actually public domain or x11
|
||||||
|
|
||||||
(define-public msmtp
|
(define-public msmtp
|
||||||
|
|
Loading…
Reference in a new issue