[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: pugixml: Use HTTPS home page.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/07: gnu: pugixml: Use HTTPS home page. |
Date: |
Mon, 16 Apr 2018 12:56:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 286552278abee398b301159ac9ee40798ad808ce
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 16 14:58:41 2018 +0200
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(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 47d2124..849e352 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
- branch master updated (d0ee11b -> eb357e2), Tobias Geerinckx-Rice, 2018/04/16
- 02/07: gnu: pugixml: Update to 1.9., Tobias Geerinckx-Rice, 2018/04/16
- 03/07: gnu: webkitgtk: Update to 2.20.1., Tobias Geerinckx-Rice, 2018/04/16
- 01/07: gnu: pugixml: Use HTTPS home page.,
Tobias Geerinckx-Rice <=
- 06/07: gnu: libsigrokdecode: Update phase style., Tobias Geerinckx-Rice, 2018/04/16
- 04/07: gnu: Use HTTPS for sigrok.org home pages., Tobias Geerinckx-Rice, 2018/04/16
- 05/07: gnu: libsigrokdecode: Update to 0.5.1., Tobias Geerinckx-Rice, 2018/04/16
- 07/07: gnu: xfig: Update to 3.2.7., Tobias Geerinckx-Rice, 2018/04/16