diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 19:41:59 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:54:48 +0100 |
commit | 7e475b1459c520753d720659852990df235cc1cb (patch) | |
tree | 22d32a13c7f9a0611285b9285fb57d4ca0a1dbb2 /app-vim | |
parent | app-vim/vimpython: use HTTPS. (diff) | |
download | gentoo-7e475b1459c520753d720659852990df235cc1cb.tar.gz gentoo-7e475b1459c520753d720659852990df235cc1cb.tar.bz2 gentoo-7e475b1459c520753d720659852990df235cc1cb.zip |
app-vim/voom: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/voom/voom-5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/voom/voom-5.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/voom/voom-5.1-r1.ebuild b/app-vim/voom/voom-5.1-r1.ebuild index b09489346009..661ae4f5bd8b 100644 --- a/app-vim/voom/voom-5.1-r1.ebuild +++ b/app-vim/voom/voom-5.1-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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.com/ https://www.vim.org/scripts/script.php?script_id=2657" LICENSE="CC0-1.0" KEYWORDS="~amd64 ~x86" diff --git a/app-vim/voom/voom-5.1.ebuild b/app-vim/voom/voom-5.1.ebuild index 74b2d2e811b5..d47fb9125ab0 100644 --- a/app-vim/voom/voom-5.1.ebuild +++ b/app-vim/voom/voom-5.1.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=5 @@ -6,7 +6,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.com/ https://www.vim.org/scripts/script.php?script_id=2657" LICENSE="CC0-1.0" KEYWORDS="amd64 x86" |