summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 17:56:02 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:15:29 +0200
commit5140a51b38b233920ef9bae844c8e9c3fcef7c0d (patch)
tree49c53d9f6aaa094f8152b7da828858862f6d04da /dev-libs/rapidjson/rapidjson-9999.ebuild
parentdev-lang/go: use HTTPS for GitHub and HOMEPAGE domain (diff)
downloadgentoo-5140a51b38b233920ef9bae844c8e9c3fcef7c0d.tar.gz
gentoo-5140a51b38b233920ef9bae844c8e9c3fcef7c0d.tar.bz2
gentoo-5140a51b38b233920ef9bae844c8e9c3fcef7c0d.zip
dev-libs/rapidjson: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/rapidjson/rapidjson-9999.ebuild')
-rw-r--r--dev-libs/rapidjson/rapidjson-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/rapidjson/rapidjson-9999.ebuild b/dev-libs/rapidjson/rapidjson-9999.ebuild
index 8f3a254b7911..5d6d2183e515 100644
--- a/dev-libs/rapidjson/rapidjson-9999.ebuild
+++ b/dev-libs/rapidjson/rapidjson-9999.ebuild
@@ -13,7 +13,7 @@ IUSE="doc examples test"
SLOT="0"
if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="git://github.com/miloyip/rapidjson.git"
+ EGIT_REPO_URI="https://github.com/miloyip/rapidjson.git"
inherit git-r3
else
SRC_URI="https://github.com/miloyip/rapidjson/archive/v${PV}.tar.gz -> ${P}.tar.gz"