From b95c3d67d6f5c40854026d3d426142addef80be0 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 23 Aug 2017 08:16:46 -0400 Subject: [PATCH] dev-libs/pugixml: use https for HOMEPAGE --- dev-libs/pugixml/pugixml-1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/pugixml/pugixml-1.8.ebuild b/dev-libs/pugixml/pugixml-1.8.ebuild index 29c6b8c6c1057..76d9c128eb918 100644 --- a/dev-libs/pugixml/pugixml-1.8.ebuild +++ b/dev-libs/pugixml/pugixml-1.8.ebuild @@ -7,7 +7,7 @@ CMAKE_MAKEFILE_GENERATOR=emake inherit cmake-utils DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath support" -HOMEPAGE="http://pugixml.org/ https://github.com/zeux/pugixml/" +HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/" SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="MIT"