diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-28 18:10:03 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-28 16:51:13 -0400 |
commit | 7c0a94b4b62a486fd5e4cd9a156bd9ef7e59515f (patch) | |
tree | e6defbca862bc3908c70804aaedd8b991e69a550 /dev-db/rqlite | |
parent | sys-kernel/genkernel: remove unused patch (diff) | |
download | gentoo-7c0a94b4b62a486fd5e4cd9a156bd9ef7e59515f.tar.gz gentoo-7c0a94b4b62a486fd5e4cd9a156bd9ef7e59515f.tar.bz2 gentoo-7c0a94b4b62a486fd5e4cd9a156bd9ef7e59515f.zip |
dev-db/rqlite: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16474
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-db/rqlite')
-rw-r--r-- | dev-db/rqlite/rqlite-5.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/rqlite/rqlite-5.2.0.ebuild b/dev-db/rqlite/rqlite-5.2.0.ebuild index b0f87c9c7b35..46bff9b3335f 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" |