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
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD

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"))