me
/
guix
Archived
1
0
Fork 0

gnu: java-osgi-util-function: Update source URI.

* gnu/packages/java.scm (java-osgi-util-function)[source]: Update URI.
master
Björn Höfling 2020-03-15 00:59:09 +01:00
parent ec4ba4178b
commit 43be029996
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD
1 changed files with 1 additions and 1 deletions

View File

@ -7560,7 +7560,7 @@ the names for the attributes and directives for a service namespace.")
(version "1.0.0") (version "1.0.0")
(source (origin (source (origin
(method url-fetch) (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.function/" "org.osgi.util.function/"
version "/org.osgi.util.function-" version "/org.osgi.util.function-"
version "-sources.jar")) version "-sources.jar"))