diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 09:02:15 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:46:17 +0100 |
commit | 08eea3e7934147d8264850049a53b85f5f1bc239 (patch) | |
tree | e270f200d402b901a86715d0c11d02426c70c9fc /app-vim/csv | |
parent | app-vim/command-t: use HTTPS, sync HOMEPAGE. (diff) | |
download | gentoo-08eea3e7934147d8264850049a53b85f5f1bc239.tar.gz gentoo-08eea3e7934147d8264850049a53b85f5f1bc239.tar.bz2 gentoo-08eea3e7934147d8264850049a53b85f5f1bc239.zip |
app-vim/csv: use HTTPS.
Diffstat (limited to 'app-vim/csv')
-rw-r--r-- | app-vim/csv/csv-0.31-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/csv/csv-0.31-r1.ebuild b/app-vim/csv/csv-0.31-r1.ebuild index cafcbed622c9..df81af3d6bba 100644 --- a/app-vim/csv/csv-0.31-r1.ebuild +++ b/app-vim/csv/csv-0.31-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: display and alter csv files" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2830" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2830" LICENSE="vim" KEYWORDS="amd64 x86" |