gnu: xerces-c: Use HTTPS home page.

* gnu/packages/xml.scm (xerces-c)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:36:01 +01:00
parent 898dc4947f
commit c61bfa08ed
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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