From fdb3f020f3ff8145fddd65ca73f1bf3f477e7e4c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 16 May 2016 21:41:45 +1200 Subject: Switch submodules to HTTPS --- .gitmodules | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitmodules b/.gitmodules index cbded91d..4dfe121d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,36 +1,36 @@ [submodule "vim/bundle/abolish"] path = vim/bundle/abolish - url = git://github.com/tpope/vim-abolish.git + url = https://github.com/tpope/vim-abolish.git [submodule "vim/bundle/commentary"] path = vim/bundle/commentary - url = git://github.com/tpope/vim-commentary.git + url = https://github.com/tpope/vim-commentary.git [submodule "vim/bundle/html5"] path = vim/bundle/html5 - url = git://github.com/othree/html5.vim + url = https://github.com/othree/html5.vim [submodule "vim/bundle/lion"] path = vim/bundle/lion - url = git://github.com/tommcdo/vim-lion + url = https://github.com/tommcdo/vim-lion [submodule "vim/bundle/nagios"] path = vim/bundle/nagios - url = git://github.com/tejr/vim-nagios.git + url = https://github.com/tejr/vim-nagios.git [submodule "vim/bundle/pathogen"] path = vim/bundle/pathogen - url = git://github.com/tpope/vim-pathogen.git + url = https://github.com/tpope/vim-pathogen.git [submodule "vim/bundle/repeat"] path = vim/bundle/repeat - url = git://github.com/tpope/vim-repeat.git + url = https://github.com/tpope/vim-repeat.git [submodule "vim/bundle/sahara"] path = vim/bundle/sahara - url = git://github.com/tejr/sahara.git + url = https://github.com/tejr/sahara.git [submodule "vim/bundle/surround"] path = vim/bundle/surround - url = git://github.com/tpope/vim-surround.git + url = https://github.com/tpope/vim-surround.git [submodule "vim/bundle/targets"] path = vim/bundle/targets - url = git://github.com/wellle/targets.vim + url = https://github.com/wellle/targets.vim [submodule "vim/bundle/tmux"] path = vim/bundle/tmux - url = git://github.com/tejr/vim-tmux.git + url = https://github.com/tejr/vim-tmux.git [submodule "vim/bundle/unimpaired"] path = vim/bundle/unimpaired - url = git://github.com/tpope/vim-unimpaired.git + url = https://github.com/tpope/vim-unimpaired.git -- cgit v1.2.3