dev-python/flask: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 10:39:55 +0000 (20:39 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:46 +0000 (11:15 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/flask/flask-9999.ebuild

index 63eac5d02d3d3fbafbd5c8bdd0e451fa4f3738e8..6a024894089c6c3563720aca7729756ace290f43 100644 (file)
@@ -6,8 +6,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 git-2
 
-EGIT_REPO_URI="git://github.com/mitsuhiko/flask.git
-       https://github.com/mitsuhiko/flask.git"
+EGIT_REPO_URI="https://github.com/mitsuhiko/flask.git"
 
 DESCRIPTION="A microframework based on Werkzeug, Jinja2 and good intentions"
 MY_PN="Flask"