diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-05 22:05:44 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:55:29 +0100 |
commit | a8b59d86ba9c76f8abcaddd646a3de116b11d3af (patch) | |
tree | fc41b268f70fd84c374ae8ce45cfb95e8f9e681a /app-vim/multvals | |
parent | app-vim/multiplesearch: use HTTPS (diff) | |
download | gentoo-a8b59d86ba9c76f8abcaddd646a3de116b11d3af.tar.gz gentoo-a8b59d86ba9c76f8abcaddd646a3de116b11d3af.tar.bz2 gentoo-a8b59d86ba9c76f8abcaddd646a3de116b11d3af.zip |
app-vim/multvals: use HTTPS
Diffstat (limited to 'app-vim/multvals')
-rw-r--r-- | app-vim/multvals/multvals-3.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/multvals/multvals-3.10-r1.ebuild b/app-vim/multvals/multvals-3.10-r1.ebuild index b4070481b61e..99c87201ac8f 100644 --- a/app-vim/multvals/multvals-3.10-r1.ebuild +++ b/app-vim/multvals/multvals-3.10-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,7 +6,7 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: library for helping with arrays" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=171" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=171" LICENSE="GPL-2" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" |