diff options
author | 2017-07-29 18:00:49 +1000 | |
---|---|---|
committer | 2017-07-30 11:15:33 +0200 | |
commit | b6efb5f9d09fd565dda39ccc59aca6fe82bb6d9a (patch) | |
tree | 3087c10098ead96164605a4e3216e3a665223b4b /dev-libs/qrosspython | |
parent | dev-libs/qrosscore: use HTTPS for GitHub (diff) | |
download | gentoo-b6efb5f9d09fd565dda39ccc59aca6fe82bb6d9a.tar.gz gentoo-b6efb5f9d09fd565dda39ccc59aca6fe82bb6d9a.tar.bz2 gentoo-b6efb5f9d09fd565dda39ccc59aca6fe82bb6d9a.zip |
dev-libs/qrosspython: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/qrosspython')
-rw-r--r-- | dev-libs/qrosspython/qrosspython-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/qrosspython/qrosspython-9999.ebuild b/dev-libs/qrosspython/qrosspython-9999.ebuild index 7ca4184a5f72..c7d265051246 100644 --- a/dev-libs/qrosspython/qrosspython-9999.ebuild +++ b/dev-libs/qrosspython/qrosspython-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit git-r3 python-single-r1 cmake-utils -EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git" +EGIT_REPO_URI="https://github.com/0xd34df00d/Qross.git" DESCRIPTION="Python scripting backend for Qross" HOMEPAGE="https://github.com/0xd34df00d/Qross" |