mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: maven-shared-utils: Use a mirror URL.
* gnu/packages/maven.scm (maven-shared-utils)[source]: Use an apache mirror:// URL.
This commit is contained in:
parent
1c32eb95af
commit
a00687427d
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
|
||||
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2019 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
||||
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -339,7 +340,7 @@ (define-public maven-shared-utils
|
|||
(version "3.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.apache.org/dist/maven/shared/"
|
||||
(uri (string-append "mirror://apache/dist/maven/shared/"
|
||||
"maven-shared-utils-" version "-source-release.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue