diff options
Diffstat (limited to 'dev-python/pydecomp')
-rw-r--r-- | dev-python/pydecomp/pydecomp-0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pydecomp/pydecomp-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pydecomp/pydecomp-0.1.ebuild b/dev-python/pydecomp/pydecomp-0.1.ebuild index 8cfcde794a7f..c53046276087 100644 --- a/dev-python/pydecomp/pydecomp-0.1.ebuild +++ b/dev-python/pydecomp/pydecomp-0.1.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 python-r1 if [[ ${PV} == "9999" ]] ; then EGIT_BRANCH="master" - EGIT_REPO_URI="git://github.com/dol-sen/pyDeComp.git" + EGIT_REPO_URI="https://github.com/dol-sen/pyDeComp.git" inherit git-2 else SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/pyDeComp-${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-python/pydecomp/pydecomp-9999.ebuild b/dev-python/pydecomp/pydecomp-9999.ebuild index 50ebdf7e7593..0f094d46e1c6 100644 --- a/dev-python/pydecomp/pydecomp-9999.ebuild +++ b/dev-python/pydecomp/pydecomp-9999.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 python-r1 if [[ ${PV} == "9999" ]] ; then EGIT_BRANCH="master" - EGIT_REPO_URI="git://github.com/dol-sen/pyDeComp.git" + EGIT_REPO_URI="https://github.com/dol-sen/pyDeComp.git" inherit git-2 else SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/pyDeComp-${PV}.tar.gz -> ${P}.tar.gz" |