mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: xerces-c: Use HTTPS home page.
* gnu/packages/xml.scm (xerces-c)[home-page]: Use HTTPS.
This commit is contained in:
parent
898dc4947f
commit
c61bfa08ed
1 changed files with 1 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ (define-public xerces-c
|
||||||
'(#:configure-flags '("--disable-sse2")))))
|
'(#:configure-flags '("--disable-sse2")))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(home-page "http://xerces.apache.org/xerces-c/")
|
(home-page "https://xerces.apache.org/xerces-c/")
|
||||||
(synopsis "Validating XML parser library for C++")
|
(synopsis "Validating XML parser library for C++")
|
||||||
(description "Xerces-C++ is a validating XML parser written in a portable
|
(description "Xerces-C++ is a validating XML parser written in a portable
|
||||||
subset of C++. Xerces-C++ makes it easy to give your application the ability
|
subset of C++. Xerces-C++ makes it easy to give your application the ability
|
||||||
|
|
Loading…
Reference in a new issue