mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: pugixml: Use HTTPS home page.
* gnu/packages/xml.scm (pugixml)[home-page]: Use HTTPS.
This commit is contained in:
parent
d0ee11b2f0
commit
286552278a
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ (define-public pugixml
|
|||
`(#:configure-flags '("-DCMAKE_CXX_FLAGS=-shared -fPIC"
|
||||
"-DCMAKE_C_FLAGS=-shared -fPIC")
|
||||
#:tests? #f)) ; no tests
|
||||
(home-page "http://pugixml.org")
|
||||
(home-page "https://pugixml.org")
|
||||
(synopsis "Light-weight, simple and fast XML parser for C++ with XPath support")
|
||||
(description
|
||||
"pugixml is a C++ XML processing library, which consists of a DOM-like
|
||||
|
|
Loading…
Reference in a new issue