[git] Switch all submodules to https:// URIs

This commit is contained in:
Sebastian Schulze 2019-12-04 20:33:56 +01:00
parent 81cd5ea099
commit 2c7722ca4f
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -12,13 +12,13 @@
url = https://github.com/romkatv/powerlevel10k.git
[submodule "home/.zsh-custom/plugins/fzf-marks"]
path = home/.zsh-custom/plugins/fzf-marks
url = git@github.com:urbainvaes/fzf-marks.git
url = https://github.com/urbainvaes/fzf-marks.git
[submodule "home/.fzf"]
path = home/.fzf
url = git@github.com:junegunn/fzf.git
url = https://github.com/junegunn/fzf.git
[submodule "home/.config/base16-shell"]
path = home/.config/base16-shell
url = https://github.com/chriskempson/base16-shell.git
[submodule "home/home/.vim/bundle/Vundle.vim"]
path = home/home/.vim/bundle/Vundle.vim
url = git@github.com:VundleVim/Vundle.vim.git
url = https://github.com/VundleVim/Vundle.vim.git