mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public java-commons-httpclient
|
|||
(version "3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.apache.org/dist/httpcomponents/"
|
||||
(uri (string-append "mirror://apache/dist/httpcomponents/"
|
||||
"commons-httpclient/source/commons-httpclient-"
|
||||
version "-src.tar.gz"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue