gnu: Fix apache mirror URIs.

* gnu/packages/web.scm (serf)[source]: Remove redundant part of URI.
* gnu/packages/java.scm (ant-bootstrap, java-commons-httpclient,
java-jakarta-oro)[source]: Same.
* gnu/packages/maven.scm (maven-shared-utils, maven-plugin-annotations,
maven-wagon-provider-api, maven-artifact)[source]: Same.
This commit is contained in:
Efraim Flashner 2020-06-12 18:04:01 +03:00
parent fd1e885236
commit 9a01efa262
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
3 changed files with 8 additions and 8 deletions

View file

@ -1575,7 +1575,7 @@ from streaming URLs. It is a command-line wrapper for the libquvi library.")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://apache/dist/serf/serf-"
(uri (string-append "mirror://apache/serf/serf-"
version ".tar.bz2"))
(sha256
(base32 "1k47gbgpp52049andr28y28nbwh9m36bbb0g8p0aka3pqlhjv72l"))))