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 E800613835A for ; Sun, 28 Jun 2020 20:51:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25E58E09C2; Sun, 28 Jun 2020 20:51:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 114BDE09C2 for ; Sun, 28 Jun 2020 20:51:30 +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 2F1DF34F29F for ; Sun, 28 Jun 2020 20:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD48E2B0 for ; Sun, 28 Jun 2020 20:51:27 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1593377473.7c0a94b4b62a486fd5e4cd9a156bd9ef7e59515f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/rqlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/rqlite/rqlite-5.2.0.ebuild X-VCS-Directories: dev-db/rqlite/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7c0a94b4b62a486fd5e4cd9a156bd9ef7e59515f X-VCS-Branch: master Date: Sun, 28 Jun 2020 20:51:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8957ae57-ebcf-4a6c-aa19-4987b0a40872 X-Archives-Hash: e4a440c1e409d747cfceb027cba5cde8 commit: 7c0a94b4b62a486fd5e4cd9a156bd9ef7e59515f Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 28 16:10:03 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 28 20:51:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0a94b4 dev-db/rqlite: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16474 Signed-off-by: Aaron Bauman gentoo.org> dev-db/rqlite/rqlite-5.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/rqlite/rqlite-5.2.0.ebuild b/dev-db/rqlite/rqlite-5.2.0.ebuild index b0f87c9c7b3..46bff9b3335 100644 --- a/dev-db/rqlite/rqlite-5.2.0.ebuild +++ b/dev-db/rqlite/rqlite-5.2.0.ebuild @@ -6,7 +6,7 @@ inherit go-module EGIT_COMMIT=77863e5a13110f1fca87b6fce84a7169c3aa58f5 DESCRIPTION="Replicated SQLite using the Raft consensus protocol" -HOMEPAGE="https://github.com/rqlite/rqlite http://www.philipotoole.com/tag/rqlite/" +HOMEPAGE="https://github.com/rqlite/rqlite https://www.philipotoole.com/tag/rqlite/" EGO_SUM=( "github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75"