mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02: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 @@ JNI.")
|
||||||
(version "1.8.4")
|
(version "1.8.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.apache.org/dist/"
|
(uri (string-append "mirror://apache/dist/"
|
||||||
"ant/source/apache-ant-"
|
"ant/source/apache-ant-"
|
||||||
version "-src.tar.bz2"))
|
version "-src.tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue