mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: ant-bootstrap: Use a mirror URL.
* gnu/packages/java.scm (ant-bootstrap)[source]: Use an apache mirror:// URL.
This commit is contained in:
parent
21d3307875
commit
f4bb881abd
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ (define ant-bootstrap
|
|||
(version "1.8.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://archive.apache.org/dist/"
|
||||
(uri (string-append "mirror://apache/dist/"
|
||||
"ant/source/apache-ant-"
|
||||
version "-src.tar.bz2"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue