gnu: java-osgi-service-component-annotations: Update source URI.

* gnu/packages/java.scm (java-osgi-service-component-annotations)[source]:
Update URI.
This commit is contained in:
Björn Höfling 2020-03-15 00:51:47 +01:00
parent 70d9ef5139
commit fa315559a6
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -7392,7 +7392,7 @@ (define-public java-osgi-service-component-annotations
(version "1.3.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.service.component.annotations/"
version "/org.osgi.service.component.annotations-"
version "-sources.jar"))