mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define-public claws-mail
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://downloads.sourceforge.net/project/claws-mail/"
|
||||
"Claws Mail/" version "/" name "-" version ".tar.xz"))
|
||||
"mirror://sourceforge/claws-mail/claws-mail-" version
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0cyixz1jgfpi8abh9fbb8ylx9mcvw4jqj81cms666wpqr6v828yp"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue