summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-04 18:25:30 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-03-04 23:09:37 +0100
commit1846e8bcd983ed77e620b8adf51ed0fcb2427da0 (patch)
tree7febae23a96de9e96d0f2fc469b05c3946166e7d
parentapp-vim/fugitive: use HTTPS. (diff)
downloadgentoo-1846e8bcd983ed77e620b8adf51ed0fcb2427da0.tar.gz
gentoo-1846e8bcd983ed77e620b8adf51ed0fcb2427da0.tar.bz2
gentoo-1846e8bcd983ed77e620b8adf51ed0fcb2427da0.zip
app-vim/fuzzyfinder: use HTTPS.
-rw-r--r--app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild b/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild
index 3c1e79f68332..46f399bbb7bc 100644
--- a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild
+++ b/app-vim/fuzzyfinder/fuzzyfinder-4.2.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,8 +6,8 @@ EAPI=5
inherit vim-plugin
DESCRIPTION="vim plugin: buffer/file/command/tag/etc explorer with fuzzy matching"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1984"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13961 -> ${P}.zip"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1984"
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=13961 -> ${P}.zip"
LICENSE="MIT"
KEYWORDS="amd64 x86"