From 00846f5f7be003565185b4945997bd9c766ecd96 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:26:27 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- app-vim/ctrlp/ctrlp-1.78.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-vim/ctrlp/ctrlp-1.78.ebuild') diff --git a/app-vim/ctrlp/ctrlp-1.78.ebuild b/app-vim/ctrlp/ctrlp-1.78.ebuild index 093da6bddc60..5ace92714a5a 100644 --- a/app-vim/ctrlp/ctrlp-1.78.ebuild +++ b/app-vim/ctrlp/ctrlp-1.78.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit vim-plugin vcs-snapshot DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex support" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3736 http://kien.github.com/ctrlp.vim/" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3736 https://kien.github.com/ctrlp.vim/" SRC_URI="https://github.com/kien/ctrlp.vim/tarball/${PV} -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad