diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2020-03-15 01:00:50 +0100 |
---|---|---|
committer | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2020-03-15 23:10:41 +0100 |
commit | c962e6c414ed97996431b5f3f62c5243bc89e8ba (patch) | |
tree | 1e17d37f2e3946fc1121fc213dc841af5cc2b877 /gnu | |
parent | 43be029996192dd3d8819234b803a2988e3490fb (diff) |
gnu: java-osgi-util-promise: Update source URI.
* gnu/packages/java.scm (java-osgi-util-promise)[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 4c9a27c758..f01a10f1db 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -7587,7 +7587,7 @@ an interface for a function that accepts a single argument and produces a result (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.util.promise/" version "/org.osgi.util.promise-" version "-sources.jar")) |