switch to using https (read only) urls for submodules
This commit is contained in:
parent
b028bbc9d1
commit
9a7cd72dd6
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user