app-vim/vimcalc: use HTTPS.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 9 Mar 2018 18:33:15 +0000 (19:33 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 10 Mar 2018 22:54:42 +0000 (23:54 +0100)
app-vim/vimcalc/vimcalc-1.3-r2.ebuild

index 2acd5b13dcf4d1229a1e035c8cf424de71e0cc9f..151fa8451f7ad021f3e4eea309a7aea88c6b503e 100644 (file)
@@ -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"