mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:49:18 +01:00
gnu: claws-mail: Use mirror:// URI.
* gnu/packages/mail.scm (claws-mail): Use a mirror:// URI for the source.
This commit is contained in:
parent
0e259d7e50
commit
6ea4b094e6
1 changed files with 2 additions and 2 deletions
|
@ -470,8 +470,8 @@ MailCore 2.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://downloads.sourceforge.net/project/claws-mail/"
|
"mirror://sourceforge/claws-mail/claws-mail-" version
|
||||||
"Claws Mail/" version "/" name "-" version ".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cyixz1jgfpi8abh9fbb8ylx9mcvw4jqj81cms666wpqr6v828yp"))))
|
(base32 "0cyixz1jgfpi8abh9fbb8ylx9mcvw4jqj81cms666wpqr6v828yp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Add table
Reference in a new issue