From 68bded7e77d589fea23c8234d0496d64f99ea93a Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 11 Mar 2024 19:49:41 +0100 Subject: app-vim/lustyexplorer: use https Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- app-vim/lustyexplorer/lustyexplorer-5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-vim') diff --git a/app-vim/lustyexplorer/lustyexplorer-5.0.ebuild b/app-vim/lustyexplorer/lustyexplorer-5.0.ebuild index c2f6ad8affa6..cb7adc669215 100644 --- a/app-vim/lustyexplorer/lustyexplorer-5.0.ebuild +++ b/app-vim/lustyexplorer/lustyexplorer-5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ MY_PN="lusty-explorer" MY_P="${MY_PN}-${PV}" DESCRIPTION="vim plugin: dynamic filesystem and buffer explorer" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1890" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1890" SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=26146 -> ${MY_P}.zip" S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad