diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:45:26 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:45:53 +0100 |
commit | 13b4a4450eb89c972197100325254c0d184faf20 (patch) | |
tree | 89784bbb27cd9acd6b9b2d9c993b4d45b078891c /app-vim/ant_menu | |
parent | app-vim/ansiesc: use HTTPS. (diff) | |
download | gentoo-13b4a4450eb89c972197100325254c0d184faf20.tar.gz gentoo-13b4a4450eb89c972197100325254c0d184faf20.tar.bz2 gentoo-13b4a4450eb89c972197100325254c0d184faf20.zip |
app-vim/ant_menu: use HTTPS.
Diffstat (limited to 'app-vim/ant_menu')
-rw-r--r-- | app-vim/ant_menu/ant_menu-0.5.7.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/ant_menu/ant_menu-0.5.7.1-r1.ebuild b/app-vim/ant_menu/ant_menu-0.5.7.1-r1.ebuild index f6f0d904911a..57337fc2c004 100644 --- a/app-vim/ant_menu/ant_menu-0.5.7.1-r1.ebuild +++ b/app-vim/ant_menu/ant_menu-0.5.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,10 +6,10 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: Java ant build system integration" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=155" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=155" LICENSE="LGPL-2" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND="dev-java/ant" -VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=155" +VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=155" |