aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-03-09 23:24:46 +0100
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-03-10 23:35:13 +0100
commit60f5ab0bb64b484b48f594b5360c81eeb95ee821 (patch)
treec7959f019b31273af86d58f4f3ee58b93745d53a
parentec11dcfe69adbacce2a30cb55cc2948d4e637f3a (diff)
downloadguix-60f5ab0bb64b484b48f594b5360c81eeb95ee821.tar.gz
guix-60f5ab0bb64b484b48f594b5360c81eeb95ee821.zip
gnu: java-osgi-namespace-contract: Update source URI.
* gnu/packages/java.scm (java-osgi-namespace-contract)[source]: Update URI.
-rw-r--r--gnu/packages/java.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index c2ccbf80e3..da0f3bfa5b 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2018, 2019 Gábor Boskovits <boskovits@gmail.com>
;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2019 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
+;;; Copyright © 2019, 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -7476,7 +7476,7 @@ the definition of common types in osgi packages.")
(version "1.0.0")
(source (origin
(method url-fetch)
- (uri (string-append "http://central.maven.org/maven2/org/osgi/"
+ (uri (string-append "https://repo1.maven.org/maven2/org/osgi/"
"org.osgi.namespace.contract/"
version "/org.osgi.namespace.contract-"
version "-sources.jar"))
Geerinckx-Rice 2018-06-22gnu: corkscrew: Deduplicate documentation directories.Tobias Geerinckx-Rice 2018-06-22gnu: corkscrew: Return #t from all phases.Tobias Geerinckx-Rice 2018-06-22gnu: guile-ssh: Return #t from all phases.Tobias Geerinckx-Rice 2018-05-28gnu: libssh2: Fix build on MIPS systems.Mark H Weaver 2018-05-06Merge branch 'master' into core-updatesMarius Bakke 2018-05-01gnu: liboop: Update to 1.0.1.Tobias Geerinckx-Rice 2018-04-30Merge branch 'master' into core-updatesMark H Weaver 2018-04-25gnu: guile-ssh: Move files from bin to examples directory.Roel Janssen 2018-04-10Merge branch 'master' into core-updatesMark H Weaver 2018-04-05gnu: openssh: Update to 7.7p1.Leo Famulari 2018-03-29Merge branch 'master' into core-updatesMarius Bakke 2018-03-25gnu: autossh: Update to 1.4f.Tobias Geerinckx-Rice 2018-03-23gnu: openssh: Use invoke.Mark H Weaver 2018-03-23gnu: libssh2: Use invoke.Mark H Weaver 2018-03-20Merge branch 'master' into core-updatesMark H Weaver 2018-03-20Correct name and Email for ng0.ng0 2018-03-16gnu: All snippets report errors using exceptions, else return #t.Mark H Weaver