From 9b9e1d52c7cf789ef882cdef6dc088284de7d4dc Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 03:38:32 +1000 Subject: [PATCH] dev-python/rebulk: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-python/rebulk/rebulk-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rebulk/rebulk-9999.ebuild b/dev-python/rebulk/rebulk-9999.ebuild index a4d9d0f5a46d4..50658d386ae74 100644 --- a/dev-python/rebulk/rebulk-9999.ebuild +++ b/dev-python/rebulk/rebulk-9999.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Python library that performs advanced searches in strings" HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.python.org/pypi/rebulk" -EGIT_REPO_URI=( {https,git}://github.com/Toilal/${PN}.git ) +EGIT_REPO_URI="https://github.com/Toilal/${PN}.git" LICENSE="MIT Apache-2.0" SLOT="0"