dev-db/rethinkdb: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 1 Jun 2018 16:35:01 +0000 (18:35 +0200)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 00:56:52 +0000 (20:56 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8675

dev-db/rethinkdb/rethinkdb-2.3.6.ebuild

index 75c166abc66c257e0b7ed0d4c64d7a27801d1845..3c1b8ac0ee8375f52aeca5a632b0e963cbf77ef6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,10 +6,10 @@ EAPI="6"
 inherit python-utils-r1 systemd user
 
 DESCRIPTION="The open-source database for the realtime web."
-HOMEPAGE="http://www.rethinkdb.com"
+HOMEPAGE="https://www.rethinkdb.com"
 LICENSE="AGPL-3"
 SLOT="0"
-SRC_URI="http://download.rethinkdb.com/dist/${P}.tgz"
+SRC_URI="https://download.rethinkdb.com/dist/${P}.tgz"
 
 KEYWORDS="~amd64 ~x86"
 IUSE="doc +jemalloc tcmalloc"