From b4256337f92e190aa582cb62d3d4d25159e2f8eb Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 13 Apr 2013 03:49:43 +0200 Subject: [PATCH] .gitmodules: Use HTTPS URLs. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9438e1c..259493f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "vim/bundle/ctrlp"] path = vim/bundle/ctrlp - url = git://github.com/kien/ctrlp.vim.git + url = https://github.com/kien/ctrlp.vim.git [submodule "vim/bundle/fswitch"] path = vim/bundle/fswitch - url = git://github.com/derekwyatt/vim-fswitch.git + url = https://github.com/derekwyatt/vim-fswitch.git -- 2.43.2