commit: 130b32268c0bfce6fcbe90b304c0e957116425e2
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 10:39:55 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:15:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130b3226
dev-python/flask: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-python/flask/flask-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/flask/flask-9999.ebuild
b/dev-python/flask/flask-9999.ebuild
index 63eac5d02d3..6a024894089 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"