mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: java-xsdlib: Use archived home page URI, update source URI.
* gnu/packages/xml.scm (java-xsdlib)[home-page]: Use archived URI. [source]: Update URI.
This commit is contained in:
parent
5281ba175b
commit
c3d56df50b
1 changed files with 3 additions and 2 deletions
|
@ -1683,7 +1683,7 @@ (define-public java-xsdlib
|
||||||
(version "2013.2")
|
(version "2013.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://central.maven.org/maven2/com/sun/msv/"
|
(uri (string-append "https://repo1.maven.org/maven2/com/sun/msv/"
|
||||||
"datatype/xsd/xsdlib/" version "/xsdlib-"
|
"datatype/xsd/xsdlib/" version "/xsdlib-"
|
||||||
version "-sources.jar"))
|
version "-sources.jar"))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -1696,7 +1696,8 @@ (define-public java-xsdlib
|
||||||
#:jdk ,icedtea-8))
|
#:jdk ,icedtea-8))
|
||||||
(inputs
|
(inputs
|
||||||
`(("java-xerces" ,java-xerces)))
|
`(("java-xerces" ,java-xerces)))
|
||||||
(home-page "http://central.maven.org/maven2/com/sun/msv/datatype/xsd/xsdlib/")
|
(home-page (string-append "https://web.archive.org/web/20161127144537/"
|
||||||
|
"https://msv.java.net//"))
|
||||||
(synopsis "Sun Multi-Schema Validator")
|
(synopsis "Sun Multi-Schema Validator")
|
||||||
(description "Xsdlib contains an implementation of sun.com.msv, an XML
|
(description "Xsdlib contains an implementation of sun.com.msv, an XML
|
||||||
validator.")
|
validator.")
|
||||||
|
|
Loading…
Reference in a new issue