diff --git a/dev-python/pyGPG/pyGPG-0.1.ebuild b/dev-python/pyGPG/pyGPG-0.1.ebuild index 08385337a014f..73ab8a86e6474 100644 --- a/dev-python/pyGPG/pyGPG-0.1.ebuild +++ b/dev-python/pyGPG/pyGPG-0.1.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=(python{2_7,3_4}) inherit distutils-r1 -EGIT_REPO_URI="git://github.com/dol-sen/pyGPG.git" +EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" DESCRIPTION="A python interface wrapper for gnupg's gpg command" HOMEPAGE="https://github.com/dol-sen/pyGPG" diff --git a/dev-python/pyGPG/pyGPG-0.2.ebuild b/dev-python/pyGPG/pyGPG-0.2.ebuild index 9b20ebf883b3f..46854436ed538 100644 --- a/dev-python/pyGPG/pyGPG-0.2.ebuild +++ b/dev-python/pyGPG/pyGPG-0.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) inherit distutils-r1 -EGIT_REPO_URI="git://github.com/dol-sen/pyGPG.git" +EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" DESCRIPTION="A python interface wrapper for gnupg's gpg command" HOMEPAGE="https://github.com/dol-sen/pyGPG" diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-9999.ebuild index 3d24750a4b8fb..1ccf96a3fe593 100644 --- a/dev-python/pyGPG/pyGPG-9999.ebuild +++ b/dev-python/pyGPG/pyGPG-9999.ebuild @@ -9,7 +9,7 @@ EGIT_BRANCH="master" inherit distutils-r1 python-r1 git-2 -EGIT_REPO_URI="git://github.com/dol-sen/pyGPG.git" +EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" DESCRIPTION="A python interface wrapper for gnupg's gpg command" HOMEPAGE="https://github.com/dol-sen/pyGPG"