diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 19:39:59 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:54:46 +0100 |
commit | ec3a42d07b5865ef664bf1d97d3cc791ac093d90 (patch) | |
tree | cfe7fb977a89682be527639413a5510c1c5e98f3 /app-vim/webapi | |
parent | app-vim/vimpress: use HTTPS. (diff) | |
download | gentoo-ec3a42d07b5865ef664bf1d97d3cc791ac093d90.tar.gz gentoo-ec3a42d07b5865ef664bf1d97d3cc791ac093d90.tar.bz2 gentoo-ec3a42d07b5865ef664bf1d97d3cc791ac093d90.zip |
app-vim/vimpython: use HTTPS.
Diffstat (limited to 'app-vim/webapi')
-rw-r--r-- | app-vim/webapi/webapi-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/webapi/webapi-0.2.ebuild b/app-vim/webapi/webapi-0.2.ebuild index 0fa081bc7874..220b40e270c5 100644 --- a/app-vim/webapi/webapi-0.2.ebuild +++ b/app-vim/webapi/webapi-0.2.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: interface to Web APIs" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4019" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4019" LICENSE="BSD" KEYWORDS="amd64 x86 ~x64-macos" IUSE="" |