Use https for submodule remotes

Since ssh may not be set up (yet), use https for the submodule remotes.
This commit is contained in:
2020-08-04 04:03:00 +02:00
parent f0d352055b
commit 3e5db5fa8e

2
.gitmodules vendored
View File

@@ -42,4 +42,4 @@
url = https://github.com/tmux-plugins/tmux-sensible
[submodule ".config/zsh/plugins/fzf"]
path = .config/zsh/plugins/fzf
url = git@github.com:junegunn/fzf
url = https://github.com/junegunn/fzf