gnu: ant: Update source URL.

* gnu/packages/java.scm (ant)[source]: Use Apache mirror instead of
  plain URL.
This commit is contained in:
Ricardo Wurmus 2016-01-04 11:18:05 +01:00
parent e1a5615875
commit 535e2a2fee
1 changed files with 2 additions and 3 deletions

View File

@ -139,9 +139,8 @@ is implemented.")
(version "1.9.6")
(source (origin
(method url-fetch)
(uri (string-append
"https://www.apache.org/dist/ant/source/apache-ant-"
version "-src.tar.gz"))
(uri (string-append "mirror://apache/ant/source/apache-ant-"
version "-src.tar.gz"))
(sha256
(base32
"1396wflczyxjxl603dhxjvd559f289lha9y2f04f71c7hapjl3am"))))