1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

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

* gnu/packages/java.scm (java-osgi-namespace-extender)[source]: Update URI.
This commit is contained in:
Björn Höfling
2020-03-15 00:56:17 +01:00
parent 1f2643faa3
commit fccce6616b
+1 -1
View File
@@ -7504,7 +7504,7 @@ the names for the attributes and directives for a namespace with contracts.")
(version "1.0.1")
(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.extender/"
version "/org.osgi.namespace.extender-"
version "-sources.jar"))