dev-python/python-rethinkdb: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 09:09:24 +0000 (10:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:51:04 +0000 (11:51 +0100)
dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild

index 7cec03590962c1d79d5d1023696823d19edb42c5..3942db6ee68e0165d7bdbb59a332f5723406fb91 100644 (file)
@@ -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"