diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:26:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:27:19 +0200 |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /app-vim/voom | |
parent | dev-lang/php: Added first PHP 7.0.0 RC (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.bz2 gentoo-00846f5f7be003565185b4945997bd9c766ecd96.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-vim/voom')
-rw-r--r-- | app-vim/voom/voom-4.6.ebuild | 2 | ||||
-rw-r--r-- | app-vim/voom/voom-4.7.ebuild | 2 | ||||
-rw-r--r-- | app-vim/voom/voom-5.0.ebuild | 2 | ||||
-rw-r--r-- | app-vim/voom/voom-5.1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/voom/voom-4.6.ebuild b/app-vim/voom/voom-4.6.ebuild index 4f4b88f672ce..c2d356c792b8 100644 --- a/app-vim/voom/voom-4.6.ebuild +++ b/app-vim/voom/voom-4.6.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" LICENSE="WTFPL-2" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/app-vim/voom/voom-4.7.ebuild b/app-vim/voom/voom-4.7.ebuild index 77964f679362..0301ea90d152 100644 --- a/app-vim/voom/voom-4.7.ebuild +++ b/app-vim/voom/voom-4.7.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" LICENSE="CC0-1.0" KEYWORDS="~amd64 ~x86" diff --git a/app-vim/voom/voom-5.0.ebuild b/app-vim/voom/voom-5.0.ebuild index ed55552e9989..2e7629ff12e5 100644 --- a/app-vim/voom/voom-5.0.ebuild +++ b/app-vim/voom/voom-5.0.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.com/ http://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 6a81da922764..ec8f5158be17 100644 --- a/app-vim/voom/voom-5.1.ebuild +++ b/app-vim/voom/voom-5.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" LICENSE="CC0-1.0" KEYWORDS="~amd64 ~x86" |