From 3b407f624471a4479f5e977e88ddc9b8d1170e7e Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 03:36:51 +1000 Subject: dev-python/guessit: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-python/guessit/guessit-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/guessit') diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild index ca588fab1cdf..8c6ead3c27e3 100644 --- a/dev-python/guessit/guessit-9999.ebuild +++ b/dev-python/guessit/guessit-9999.ebuild @@ -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" -- cgit v1.2.3-65-gdbad