dev-python/rebulk: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 17:38:32 +0000 (03:38 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:44:44 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/rebulk/rebulk-9999.ebuild

index a4d9d0f5a46d489cb52d459eefd7bfa6cb20d79c..50658d386ae747bd9c9748a50a0e0f4c66d902bf 100644 (file)
@@ -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"