From: Tim Harder Date: Sat, 28 Sep 2019 03:37:57 +0000 (-0600) Subject: app-admin/lnav: update HOMEPAGE to use https:// X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e481ba709c0568e8692420c12723c736ec86481b;p=gentoo.git app-admin/lnav: update HOMEPAGE to use https:// Signed-off-by: Tim Harder --- diff --git a/app-admin/lnav/lnav-0.8.5.ebuild b/app-admin/lnav/lnav-0.8.5.ebuild index 37f65085a57e..8a803a78428e 100644 --- a/app-admin/lnav/lnav-0.8.5.ebuild +++ b/app-admin/lnav/lnav-0.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs autotools DESCRIPTION="A curses-based tool for viewing and analyzing log files" -HOMEPAGE="http://lnav.org" +HOMEPAGE="https://lnav.org" SRC_URI="https://github.com/tstack/lnav/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD-2"