diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2020-03-15 00:53:34 +0100 |
---|---|---|
committer | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2020-03-15 23:10:40 +0100 |
commit | fc1c5dbde514b34dcfcbc4e7c59b6b07d85c8f80 (patch) | |
tree | fe39f12fffa2c3d21614e3e265b46131bd70728c /gnu | |
parent | fa315559a651469c4e29eb88d22c5dbd1cd29794 (diff) | |
download | guix-fc1c5dbde514b34dcfcbc4e7c59b6b07d85c8f80.tar.gz guix-fc1c5dbde514b34dcfcbc4e7c59b6b07d85c8f80.zip |
gnu: java-osgi-dto: Update source URI.
* gnu/packages/java.scm (java-osgi-dto)[source]: Update URI.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index e8b8cb1610..411c9b268a 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -7419,7 +7419,7 @@ the support annotations for osgi-service-component.") (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.dto/" version "/org.osgi.dto-" version "-sources.jar")) (sha256 |