From 29b37493aa0f914105a1b17f020e1591b2ba47c0 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 12 Feb 2015 20:09:18 +0100 Subject: Fixed urls for submodules --- .gitmodules | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8dc0669..2d31281 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,9 @@ [submodule "vim/.vim/vim-pathogen"] path = vim/.vim/vim-pathogen - url = git@github.com:tpope/vim-pathogen.git + url = https://github.com/tpope/vim-pathogen.git [submodule "vim/.vim/bundle/nerdtree"] path = vim/.vim/bundle/nerdtree - url = git@github.com:scrooloose/nerdtree.git + url = https://github.com/scrooloose/nerdtree.git [submodule "vim/.vim/bundle/supertab"] path = vim/.vim/bundle/supertab - url = git@github.com:ervandew/supertab.git -[submodule "vim/.vim/bundle/snipmate.vim"] - path = vim/.vim/bundle/snipmate.vim - url = git@github.com:msanders/snipmate.vim.git + url = https://github.com/ervandew/supertab.git -- cgit v1.2.3