summaryrefslogtreecommitdiff
path: root/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 20:42:07 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:15:46 +0200
commitcfabb25159d557ff809249c38b6c7b3e36fe51d8 (patch)
treead0ba35569d58a576cd6a99d9025cb93c2c7cafe /dev-python/jsonrpclib/jsonrpclib-9999.ebuild
parent130b32268c0bfce6fcbe90b304c0e957116425e2 (diff)
downloadgentoo-cfabb25159d557ff809249c38b6c7b3e36fe51d8.tar.gz
gentoo-cfabb25159d557ff809249c38b6c7b3e36fe51d8.tar.xz
dev-python/jsonrpclib: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/jsonrpclib/jsonrpclib-9999.ebuild')
-rw-r--r--dev-python/jsonrpclib/jsonrpclib-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsonrpclib/jsonrpclib-9999.ebuild b/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
index 748d5b25f1c..d423c16be33 100644
--- a/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
+++ b/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"
+ EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
inherit git-2
else
SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"