diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 20:33:03 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:15:44 +0200 |
commit | 76d539763aff0e570dc631fa0e61d9cd1cfd5b04 (patch) | |
tree | 97c4b68dfe67a06c10d03f4d12fe2a26f4340946 /dev-python/pyGPG | |
parent | dev-python/rtslib: use HTTPS for GitHub (diff) | |
download | gentoo-76d539763aff0e570dc631fa0e61d9cd1cfd5b04.tar.gz gentoo-76d539763aff0e570dc631fa0e61d9cd1cfd5b04.tar.bz2 gentoo-76d539763aff0e570dc631fa0e61d9cd1cfd5b04.zip |
dev-python/pyGPG: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/pyGPG')
-rw-r--r-- | dev-python/pyGPG/pyGPG-0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyGPG/pyGPG-0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyGPG/pyGPG-9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyGPG/pyGPG-0.1.ebuild b/dev-python/pyGPG/pyGPG-0.1.ebuild index 08385337a014..73ab8a86e647 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 9b20ebf883b3..46854436ed53 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 3d24750a4b8f..1ccf96a3fe59 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" |