diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 10:09:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:51:04 +0100 |
commit | aaad75400a4b3f473634b57daea438ce64c96647 (patch) | |
tree | 021aa5e1abe23f8905a9b7750e5652c5674e3438 /dev-python | |
parent | dev-python/pytest-httpbin: use HTTPS (diff) | |
download | gentoo-aaad75400a4b3f473634b57daea438ce64c96647.tar.gz gentoo-aaad75400a4b3f473634b57daea438ce64c96647.tar.bz2 gentoo-aaad75400a4b3f473634b57daea438ce64c96647.zip |
dev-python/python-rethinkdb: use HTTPS
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild b/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild index 7cec03590962..3942db6ee68e 100644 --- a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild +++ b/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit distutils-r1 MY_PN="rethinkdb" DESCRIPTION="Python driver library for the RethinkDB database server." -HOMEPAGE="http://rethinkdb.com/api/python/" +HOMEPAGE="https://rethinkdb.com/api/python/" SRC_URI="mirror://pypi/r/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="Apache-2.0" |