diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 08:49:10 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:35:47 +0200 |
commit | a4da5731317c49c6d6335a23d1d618b59215ce3e (patch) | |
tree | 3f42c6a5085d73af794fb7c22ec034b6f682d22c /dev-python/flask-babelex | |
parent | dev-python/lmdb: use HTTPS for GitHub (diff) | |
download | gentoo-a4da5731317c49c6d6335a23d1d618b59215ce3e.tar.gz gentoo-a4da5731317c49c6d6335a23d1d618b59215ce3e.tar.bz2 gentoo-a4da5731317c49c6d6335a23d1d618b59215ce3e.zip |
dev-python/flask-babelex: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/flask-babelex')
-rw-r--r-- | dev-python/flask-babelex/flask-babelex-0.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild index 0f4cfdc53fde..e1a7a94a45a8 100644 --- a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild +++ b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ MY_PN="Flask-BabelEx" MY_P="${MY_PN}-${PV}" DESCRIPTION="Adds i18n/l10n support to Flask applications" -HOMEPAGE="http://github.com/mrjoes/flask-babelex https://pypi.python.org/pypi/Flask-BabelEx" +HOMEPAGE="https://github.com/mrjoes/flask-babelex https://pypi.python.org/pypi/Flask-BabelEx" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" |