gnu: java-commons-httpclient: Use a mirror URL.
* gnu/packages/java.scm (java-commons-httpclient)[source]: Use an apache mirror:// URL.
This commit is contained in:
parent
f4bb881abd
commit
894d6a085d
1 changed files with 1 additions and 1 deletions
|
@ -10832,7 +10832,7 @@ graphs, and pie charts.")
|
||||||
(version "3.1")
|
(version "3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.apache.org/dist/httpcomponents/"
|
(uri (string-append "mirror://apache/dist/httpcomponents/"
|
||||||
"commons-httpclient/source/commons-httpclient-"
|
"commons-httpclient/source/commons-httpclient-"
|
||||||
version "-src.tar.gz"))
|
version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in a new issue