From 286552278abee398b301159ac9ee40798ad808ce Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Mon, 16 Apr 2018 14:58:41 +0200
Subject: gnu: pugixml: Use HTTPS home page.

* gnu/packages/xml.scm (pugixml)[home-page]: Use HTTPS.
---
 gnu/packages/xml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gnu/packages/xml.scm')

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 @@ (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
-- 
cgit v1.2.3