mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: java-osgi-util-function: Update source URI.
* gnu/packages/java.scm (java-osgi-util-function)[source]: Update URI.
This commit is contained in:
parent
ec4ba4178b
commit
43be029996
1 changed files with 1 additions and 1 deletions
|
@ -7560,7 +7560,7 @@ (define-public java-osgi-util-function
|
|||
(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.util.function/"
|
||||
version "/org.osgi.util.function-"
|
||||
version "-sources.jar"))
|
||||
|
|
Loading…
Reference in a new issue