From eab56c28b8a3940d9f34db579295f164645a4cfe Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 9 Mar 2018 19:33:15 +0100 Subject: app-vim/vimcalc: use HTTPS. --- app-vim/vimcalc/vimcalc-1.3-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-vim/vimcalc/vimcalc-1.3-r2.ebuild') diff --git a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild b/app-vim/vimcalc/vimcalc-1.3-r2.ebuild index 2acd5b13dcf4..151fa8451f7a 100644 --- a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild +++ b/app-vim/vimcalc/vimcalc-1.3-r2.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=5 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 vim-plugin DESCRIPTION="vim plugin: provides an interactive calculator inside vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3329" -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15317 -> ${P}.zip" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3329" +SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=15317 -> ${P}.zip" LICENSE="vim" KEYWORDS="amd64 x86" -- cgit v1.2.3-65-gdbad