diff options
author | 2017-07-29 20:33:03 +1000 | |
---|---|---|
committer | 2017-07-30 11:15:44 +0200 | |
commit | 76d539763aff0e570dc631fa0e61d9cd1cfd5b04 (patch) | |
tree | 97c4b68dfe67a06c10d03f4d12fe2a26f4340946 /dev-python/pyGPG/pyGPG-0.2.ebuild | |
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/pyGPG-0.2.ebuild')
-rw-r--r-- | dev-python/pyGPG/pyGPG-0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |