dev-python/guessit: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-30 03:36:51 +10:00
committed by Michał Górny
parent 38bb8ce4de
commit 3b407f6244

View File

@@ -9,7 +9,7 @@ inherit distutils-r1 git-r3
DESCRIPTION="Python library for guessing information from video filenames"
HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.python.org/pypi/guessit"
EGIT_REPO_URI=( {https,git}://github.com/${PN}-io/${PN}.git )
EGIT_REPO_URI="https://github.com/${PN}-io/${PN}.git"
EGIT_BRANCH="develop"
LICENSE="LGPL-3"