3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: maven-plugin-annotations: Use a mirror URL.

* gnu/packages/maven.scm (maven-plugin-annotations)[source]: Use an
apache mirror:// URL.
This commit is contained in:
Efraim Flashner 2020-06-11 11:48:58 +03:00
parent a00687427d
commit 623aa56402
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -380,7 +380,7 @@ replacement with improvements.")
(version "3.5")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.apache.org/dist/maven/"
(uri (string-append "mirror://apache/dist/maven/"
"plugin-tools/maven-plugin-tools-" version
"-source-release.zip"))
(sha256 (base32 "1ryqhs62j5pas93brhf5dsnvp99hxbvssf681yj5rk3r9h24hqm2"))))