mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: java-osgi-cmpn: Update source URI.
* gnu/packages/java.scm (java-osgi-cmpn)[source]: Update URI.
This commit is contained in:
parent
3344bc495d
commit
7779ad5038
1 changed files with 1 additions and 1 deletions
|
@ -7361,7 +7361,7 @@ (define-public java-osgi-cmpn
|
|||
(version "6.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://central.maven.org/maven2/"
|
||||
(uri (string-append "https://repo1.maven.org/maven2/"
|
||||
"org/osgi/osgi.cmpn/" version "/osgi.cmpn-"
|
||||
version "-sources.jar"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue