gnu: java-osgi-namespace-extender: Update source URI.
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Sat, 14 Mar 2020 23:56:17 +0000 (00:56 +0100)
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Sun, 15 Mar 2020 22:10:40 +0000 (23:10 +0100)
* gnu/packages/java.scm (java-osgi-namespace-extender)[source]: Update URI.

gnu/packages/java.scm

index 8656beb..48f6754 100644 (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"))