dev-libs/pugixml: use https for HOMEPAGE

This commit is contained in:
Tim Harder
2017-08-23 08:16:46 -04:00
parent 21e7998249
commit b95c3d67d6

View File

@@ -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"