From 14e7e1db58c16041631dbbb6fd7d117f00c1635c Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 21 Oct 2018 16:33:31 -0500 Subject: [PATCH] .gitmodules: Use https instead of ssh for repos that I don't control --- .gitmodules | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitmodules b/.gitmodules index e097a400..387e3445 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,27 +1,27 @@ [submodule ".vim/bundle/vim-closetag"] path = .vim/bundle/vim-closetag - url = git@github.com:alvan/vim-closetag.git + url = https://github.com/alvan/vim-closetag.git [submodule ".vim/bundle/gruvbox"] path = .vim/bundle/gruvbox - url = git@github.com:morhetz/gruvbox.git + url = https://github.com/morhetz/gruvbox.git [submodule ".vim/bundle/SimpylFold"] path = .vim/bundle/SimpylFold - url = git@github.com:tmhedberg/SimpylFold.git + url = https://github.com/tmhedberg/SimpylFold.git [submodule ".vim/bundle/vim-template"] path = .vim/bundle/vim-template - url = git@github.com:aperezdc/vim-template.git + url = https://github.com/aperezdc/vim-template.git [submodule ".vim/bundle/vim-colors-solarized"] path = .vim/bundle/vim-colors-solarized - url = git@github.com:altercation/vim-colors-solarized.git -[submodule ".local/bin"] - path = .local/bin - url = git@gitlab.com:rehashedsalt/bin + url = https://github.com/altercation/vim-colors-solarized.git [submodule ".themes/gruvbox-gtk"] path = .themes/gruvbox-gtk url = https://github.com/3ximus/gruvbox-gtk [submodule ".vim/bundle/incsearch.vim"] path = .vim/bundle/incsearch.vim url = https://github.com/haya14busa/incsearch.vim.git +[submodule ".local/bin"] + path = .local/bin + url = git@gitlab.com:rehashedsalt/bin [submodule ".concession"] path = .concession url = git@gitlab.com:rehashedsalt/concession