diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-11 19:57:50 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:13 +0100 |
commit | c8e93d7ada0ff7de67887982d7f87f96a48dcc6c (patch) | |
tree | 271134a6ff6364673239cb447ab1e6487329fb52 /app-vim | |
parent | app-vim/taglist: use https (diff) | |
download | gentoo-c8e93d7ada0ff7de67887982d7f87f96a48dcc6c.tar.gz gentoo-c8e93d7ada0ff7de67887982d7f87f96a48dcc6c.tar.bz2 gentoo-c8e93d7ada0ff7de67887982d7f87f96a48dcc6c.zip |
app-vim/vim-latex: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35715
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild index f9b5f6710d9d..5695b58ae29d 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{10..11} ) inherit vim-plugin python-single-r1 -DESCRIPTION="A comprehensive set of tools to view, edit and compile LaTeX documents" -HOMEPAGE="http://vim-latex.sourceforge.net/" +DESCRIPTION="Comprehensive set of tools to view, edit and compile LaTeX documents" +HOMEPAGE="https://vim-latex.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="vim" |