From d3dd79d54df982dff12c057487b4f464c007034a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Mon, 12 Nov 2018 16:28:55 +0100 Subject: [PATCH] Update URL to https in pugixml.pc.in --- scripts/pugixml.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pugixml.pc.in b/scripts/pugixml.pc.in index fbb7f8b..a167827 100644 --- a/scripts/pugixml.pc.in +++ b/scripts/pugixml.pc.in @@ -5,7 +5,7 @@ libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@@INSTALL_SUFFIX@ Name: pugixml Description: Light-weight, simple and fast XML parser for C++ with XPath support. -URL: http://pugixml.org/ +URL: https://pugixml.org/ Version: @pugixml_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lpugixml