From fd59cd4dfdf30c7f83352ba012cb68d4c05a547d Mon Sep 17 00:00:00 2001 From: John Trammell Date: Fri, 10 Aug 2012 15:34:24 -0500 Subject: [PATCH] using https: where possible --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 11eb6bd..51bd4c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://github.com/mileszs/ack.vim.git [submodule "bundle/vim-fugitive"] path = bundle/vim-fugitive - url = git://github.com/tpope/vim-fugitive.git + url = https://github.com/tpope/vim-fugitive.git [submodule "bundle/vim-matchit"] path = bundle/vim-matchit url = https://github.com/edsono/vim-matchit.git @@ -21,7 +21,7 @@ url = https://github.com/vim-scripts/vcscommand.vim.git [submodule "bundle/snipmate.vim"] path = bundle/snipmate.vim - url = git://github.com/msanders/snipmate.vim.git + url = https://github.com/msanders/snipmate.vim.git [submodule "bundle/bufexplorer"] path = bundle/bufexplorer url = https://github.com/vim-scripts/bufexplorer.zip.git