mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -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")))))
|
||||
(native-inputs
|
||||
`(("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++")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue