From: Michael Mair-Keimberger Date: Fri, 9 Mar 2018 18:33:15 +0000 (+0100) Subject: app-vim/vimcalc: use HTTPS. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eab56c28b8a3940d9f34db579295f164645a4cfe;p=gentoo.git app-vim/vimcalc: use HTTPS. --- 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"