switch to using https (read only) urls for submodules

This commit is contained in:
James Walker 2011-09-05 14:12:24 -04:00
parent b028bbc9d1
commit 9a7cd72dd6

6
.gitmodules vendored
View File

@ -1,9 +1,9 @@
[submodule "emacs.d"]
path = emacs.d
url = git@github.com:walkah/emacs.d.git
url = https://github.com/walkah/emacs.d.git
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = git@github.com:walkah/oh-my-zsh.git
url = https://github.com/walkah/oh-my-zsh.git
[submodule "nvm"]
path = nvm
url = git@github.com:walkah/nvm.git
url = https://github.com/walkah/nvm.git