diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:26:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:27:19 +0200 |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /app-vim/ctrlp | |
parent | dev-lang/php: Added first PHP 7.0.0 RC (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.bz2 gentoo-00846f5f7be003565185b4945997bd9c766ecd96.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-vim/ctrlp')
-rw-r--r-- | app-vim/ctrlp/ctrlp-1.78.ebuild | 2 | ||||
-rw-r--r-- | app-vim/ctrlp/ctrlp-1.79.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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" diff --git a/app-vim/ctrlp/ctrlp-1.79.ebuild b/app-vim/ctrlp/ctrlp-1.79.ebuild index 60602f0857bc..ede058b24ecd 100644 --- a/app-vim/ctrlp/ctrlp-1.79.ebuild +++ b/app-vim/ctrlp/ctrlp-1.79.ebuild @@ -7,7 +7,7 @@ EAPI=5 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/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="amd64 x86" |