From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B04761382C5 for ; Sat, 17 Mar 2018 10:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AA01E08C8; Sat, 17 Mar 2018 10:51:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E83CE089F for ; Sat, 17 Mar 2018 10:51:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B65A335CA1 for ; Sat, 17 Mar 2018 10:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D33AA26E for ; Sat, 17 Mar 2018 10:51:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521283864.aaad75400a4b3f473634b57daea438ce64c96647.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-rethinkdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild X-VCS-Directories: dev-python/python-rethinkdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aaad75400a4b3f473634b57daea438ce64c96647 X-VCS-Branch: master Date: Sat, 17 Mar 2018 10:51:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2593e797-0025-40bf-b114-3d2b4b726d5b X-Archives-Hash: bf903619bc9922d66e2b1a5f8d70c1de commit: aaad75400a4b3f473634b57daea438ce64c96647 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 09:09:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 10:51:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaad7540 dev-python/python-rethinkdb: use HTTPS dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild | 4 ++-- 1 file 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 7cec0359096..3942db6ee68 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"