From d40b00d409caa598197be5abe9974004c7c0710e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 4 Nov 2011 19:15:52 +1300 Subject: Use consistent URL scheme --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 159aeafa..e562d1e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "vim/bundle/dessert"] path = vim/bundle/dessert - url = git://github.com/tejr/dessert.git + url = https://github.com/tejr/dessert.git ignore = dirty [submodule "vim/bundle/repeat"] path = vim/bundle/repeat - url = http://github.com/tpope/vim-repeat.git + url = https://github.com/tpope/vim-repeat.git ignore = dirty [submodule "vim/bundle/surround"] path = vim/bundle/surround - url = http://github.com/tpope/vim-surround.git + url = https://github.com/tpope/vim-surround.git ignore = dirty -- cgit v1.2.3