From fc6eed5b25d5b104ac764aa7b2bf2d9242144b9a Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 30 Mar 2012 20:16:21 -0700 Subject: [PATCH] Use the GitHub Command-t repo instead of the wincent.com one. Apparently his home page has bad SSL certs. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0508347..d8f7e13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,7 +27,7 @@ url = https://github.com/sjl/gundo.vim.git [submodule "vim/bundle/command-t"] path = vim/bundle/command-t - url = https://git.wincent.com/command-t.git + url = https://github.com/wincent/Command-T.git [submodule "vim/bundle/repeat"] path = vim/bundle/repeat url = https://github.com/tpope/vim-repeat