me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/maven.scm (maven-plugin-annotations)[source]: Use an
apache mirror:// URL.
master
Efraim Flashner 2020-06-11 11:48:58 +03:00
parent a00687427d
commit 623aa56402
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

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"))))