diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-01 18:35:01 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-01 20:56:52 -0400 |
commit | 12000ccfd3fd7c0e8c401a1a4eecad617a89b229 (patch) | |
tree | e7ddc5c53019f30f3176673d6b8f40f959f20511 /dev-db/rethinkdb | |
parent | app-vim/editorconfig-vim: use HTTPs (diff) | |
download | gentoo-12000ccfd3fd7c0e8c401a1a4eecad617a89b229.tar.gz gentoo-12000ccfd3fd7c0e8c401a1a4eecad617a89b229.tar.bz2 gentoo-12000ccfd3fd7c0e8c401a1a4eecad617a89b229.zip |
dev-db/rethinkdb: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8675
Diffstat (limited to 'dev-db/rethinkdb')
-rw-r--r-- | dev-db/rethinkdb/rethinkdb-2.3.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild b/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild index 75c166abc66c..3c1b8ac0ee83 100644 --- a/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild +++ b/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild @@ -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" |