dev-python/pyGPG: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-29 20:33:03 +10:00
committed by Michał Górny
parent 6e52272db2
commit 76d539763a
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"