diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-11 19:57:10 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:13 +0100 |
commit | b7c9ad37526600ab89564dc1fab95b67d82576b1 (patch) | |
tree | 1c925e00da59d6012178628c703f4f5fc6e99ee7 /app-vim | |
parent | app-vim/salt-vim: update github link, reorder variables (diff) | |
download | gentoo-b7c9ad37526600ab89564dc1fab95b67d82576b1.tar.gz gentoo-b7c9ad37526600ab89564dc1fab95b67d82576b1.tar.bz2 gentoo-b7c9ad37526600ab89564dc1fab95b67d82576b1.zip |
app-vim/taglist: 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/taglist/taglist-4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/taglist/taglist-4.6.ebuild b/app-vim/taglist/taglist-4.6.ebuild index dee93ba82062..7a2c775b6ffe 100644 --- a/app-vim/taglist/taglist-4.6.ebuild +++ b/app-vim/taglist/taglist-4.6.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 @@ -6,7 +6,7 @@ EAPI=7 inherit vim-plugin DESCRIPTION="vim plugin: ctags-based source code browser" -HOMEPAGE="http://vim-taglist.sourceforge.net/" +HOMEPAGE="https://vim-taglist.sourceforge.net/" LICENSE="vim" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" |