From: Simon Ruderich Date: Sat, 13 Apr 2013 01:49:43 +0000 (+0200) Subject: .gitmodules: Use HTTPS URLs. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=b4256337f92e190aa582cb62d3d4d25159e2f8eb .gitmodules: Use HTTPS URLs. --- 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