diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-05 22:02:50 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:55:23 +0100 |
commit | b10cc9d109de249276e9efa321f43f90f78bd931 (patch) | |
tree | f4fb41abf107cf935c1b4290d6cd39efaec111bc /app-vim | |
parent | app-vim/languagetool: use HTTPS. (diff) | |
download | gentoo-b10cc9d109de249276e9efa321f43f90f78bd931.tar.gz gentoo-b10cc9d109de249276e9efa321f43f90f78bd931.tar.bz2 gentoo-b10cc9d109de249276e9efa321f43f90f78bd931.zip |
app-vim/locateopen: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/locateopen/locateopen-1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/locateopen/locateopen-1.3-r1.ebuild b/app-vim/locateopen/locateopen-1.3-r1.ebuild index cbc60e662756..0074be8f297c 100644 --- a/app-vim/locateopen/locateopen-1.3-r1.ebuild +++ b/app-vim/locateopen/locateopen-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 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: open a file without supplying a path" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=858" LICENSE="vim" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" |