guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: maven-shared-utils: Use a mirror URL.


From: guix-commits
Subject: 03/09: gnu: maven-shared-utils: Use a mirror URL.
Date: Thu, 11 Jun 2020 04:58:51 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a00687427d89321fd796d3cdc657d134374aae56
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 11 11:48:08 2020 +0300

    gnu: maven-shared-utils: Use a mirror URL.
    
    * gnu/packages/maven.scm (maven-shared-utils)[source]: Use an apache
    mirror:// URL.
---
 gnu/packages/maven.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index c18850b..13091ed 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -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 @@ Maven Wagon, for use in Maven.")))
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]