diff --git a/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild b/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild index 748d5b25f1c3b..d423c16be33ec 100644 --- a/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild +++ b/dev-python/jsonrpclib/jsonrpclib-0.1.7.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" diff --git a/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild b/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild index 53a7eb8c46c32..dfd50a3a36e43 100644 --- a/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild +++ b/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.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="mirror://gentoo/${P}.tar.bz2" diff --git a/dev-python/jsonrpclib/jsonrpclib-9999.ebuild b/dev-python/jsonrpclib/jsonrpclib-9999.ebuild index 748d5b25f1c3b..d423c16be33ec 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"