summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-11-07 12:51:07 -0800
committerMike Crute <crutem@amazon.com>2018-11-07 12:51:07 -0800
commit5064d5460e075fb89b6b0c03ee27611c1070f1e1 (patch)
tree96ff3ec0a34da3d2d2e74769dcb186837ce9ce4c /.gitmodules
parente28ef466ebd7fd65e29a041a42db388bad366241 (diff)
downloaddotfiles-5064d5460e075fb89b6b0c03ee27611c1070f1e1.tar.bz2
dotfiles-5064d5460e075fb89b6b0c03ee27611c1070f1e1.tar.xz
dotfiles-5064d5460e075fb89b6b0c03ee27611c1070f1e1.zip
Use https for vim submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 91e4423..ae4834e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -48,7 +48,7 @@
48 url = https://github.com/fatih/vim-go.git 48 url = https://github.com/fatih/vim-go.git
49[submodule ".vim/bundle/vim-vcscommand"] 49[submodule ".vim/bundle/vim-vcscommand"]
50 path = .vim/bundle/vim-vcscommand 50 path = .vim/bundle/vim-vcscommand
51 url = http://repo.or.cz/vcscommand.git 51 url = https://repo.or.cz/vcscommand.git
52[submodule ".vim/bundle/vim-gitolite"] 52[submodule ".vim/bundle/vim-gitolite"]
53 path = .vim/bundle/vim-gitolite 53 path = .vim/bundle/vim-gitolite
54 url = git://github.com/tmatilai/gitolite.vim.git 54 url = git://github.com/tmatilai/gitolite.vim.git