diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-11 19:49:41 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:12 +0100 |
commit | 68bded7e77d589fea23c8234d0496d64f99ea93a (patch) | |
tree | 2cabf7885037b575cc111da22ab6bdcc4755c206 /app-vim | |
parent | net-analyzer/tcping: add missing remote-id (diff) | |
download | gentoo-68bded7e77d589fea23c8234d0496d64f99ea93a.tar.gz gentoo-68bded7e77d589fea23c8234d0496d64f99ea93a.tar.bz2 gentoo-68bded7e77d589fea23c8234d0496d64f99ea93a.zip |
app-vim/lustyexplorer: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/lustyexplorer/lustyexplorer-5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |