diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-23 08:16:46 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-23 08:48:20 -0400 |
commit | b95c3d67d6f5c40854026d3d426142addef80be0 (patch) | |
tree | e49456976ba8b857d2aefcff33866c0eaedbfff1 /dev-libs/pugixml | |
parent | dev-go/gogo-protobuf: Initial version (diff) | |
download | gentoo-b95c3d67d6f5c40854026d3d426142addef80be0.tar.gz gentoo-b95c3d67d6f5c40854026d3d426142addef80be0.tar.bz2 gentoo-b95c3d67d6f5c40854026d3d426142addef80be0.zip |
dev-libs/pugixml: use https for HOMEPAGE
Diffstat (limited to 'dev-libs/pugixml')
-rw-r--r-- | dev-libs/pugixml/pugixml-1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/pugixml/pugixml-1.8.ebuild b/dev-libs/pugixml/pugixml-1.8.ebuild index 29c6b8c6c105..76d9c128eb91 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" |