From: David Hicks Date: Sat, 29 Jul 2017 08:00:06 +0000 (+1000) Subject: dev-libs/qrosscore: use HTTPS for GitHub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ac6bfbf3a1d69c860299edfcf14e76eb60709f58;p=gentoo.git dev-libs/qrosscore: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/dev-libs/qrosscore/qrosscore-9999.ebuild b/dev-libs/qrosscore/qrosscore-9999.ebuild index 3e2be6e22d29..fd34067bae29 100644 --- a/dev-libs/qrosscore/qrosscore-9999.ebuild +++ b/dev-libs/qrosscore/qrosscore-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit cmake-utils git-r3 -EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git" +EGIT_REPO_URI="https://github.com/0xd34df00d/Qross.git" DESCRIPTION="KDE-free version of Kross (core libraries and Qt Script backend)" HOMEPAGE="https://github.com/0xd34df00d/Qross"