1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 12:40:32 +02:00

gnu: java-osgi-namespace-service: Update source URI.

* gnu/packages/java.scm (java-osgi-namespace-service)[source]: Update URI.
This commit is contained in:
Björn Höfling
2020-03-15 00:57:43 +01:00
parent fccce6616b
commit ec4ba4178b

View File

@@ -7532,7 +7532,7 @@ the names for the attributes and directives for an extender namespace.")
(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.service/"
version "/org.osgi.namespace.service-"
version "-sources.jar"))