diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 19:33:15 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:54:42 +0100 |
commit | eab56c28b8a3940d9f34db579295f164645a4cfe (patch) | |
tree | ef01a50c1b66fc6eb361b46fe796b879f395bdfd /app-vim/vimcalc | |
parent | app-vim/vim-rest-console: use HTTPS. (diff) | |
download | gentoo-eab56c28b8a3940d9f34db579295f164645a4cfe.tar.gz gentoo-eab56c28b8a3940d9f34db579295f164645a4cfe.tar.bz2 gentoo-eab56c28b8a3940d9f34db579295f164645a4cfe.zip |
app-vim/vimcalc: use HTTPS.
Diffstat (limited to 'app-vim/vimcalc')
-rw-r--r-- | app-vim/vimcalc/vimcalc-1.3-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |