summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 20:39:55 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:15:46 +0200
commit130b32268c0bfce6fcbe90b304c0e957116425e2 (patch)
tree1936c102bce16d6d91eff3bc359da0a2b2f76cab /dev-python/flask/flask-9999.ebuild
parentdev-python/flask-cors: use HTTPS for GitHub (diff)
downloadgentoo-130b32268c0bfce6fcbe90b304c0e957116425e2.tar.gz
gentoo-130b32268c0bfce6fcbe90b304c0e957116425e2.tar.bz2
gentoo-130b32268c0bfce6fcbe90b304c0e957116425e2.zip
dev-python/flask: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/flask/flask-9999.ebuild')
-rw-r--r--dev-python/flask/flask-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/flask/flask-9999.ebuild b/dev-python/flask/flask-9999.ebuild
index 63eac5d02d3d..6a024894089c 100644
--- a/dev-python/flask/flask-9999.ebuild
+++ b/dev-python/flask/flask-9999.ebuild
@@ -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"