summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-16 14:58:41 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-16 18:33:47 +0200
commit286552278abee398b301159ac9ee40798ad808ce (patch)
treef2047475ad05d61d84126be072cb98fd8f432901 /gnu/packages/xml.scm
parentd0ee11b2f000c3c027fd8370bc2195266398444f (diff)
downloadgnu-guix-286552278abee398b301159ac9ee40798ad808ce.tar
gnu-guix-286552278abee398b301159ac9ee40798ad808ce.tar.gz
gnu: pugixml: Use HTTPS home page.
* gnu/packages/xml.scm (pugixml)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 47d2124612..849e35288e 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -838,7 +838,7 @@ the form of functions.")
`(#: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