Archived
1
0
Fork 0

gnu: java-osgi-resource: Update source URI.

* gnu/packages/java.scm (java-osgi-resource)[source]: Update URI.
This commit is contained in:
Björn Höfling 2020-03-15 00:54:59 +01:00
parent fc1c5dbde5
commit 1f2643faa3
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -7448,7 +7448,7 @@ objects of the listed types or aggregates.")
(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.resource/"
version "/org.osgi.resource-"
version "-sources.jar"))