Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Convert submodules from ssh to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Štefka committed Jan 9, 2022
1 parent 4e514ef commit f3f96c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
url = https://github.com/romkatv/powerlevel10k.git
[submodule "zsh-you-should-use"]
path = zsh-you-should-use
url = git@github.com:MichaelAquilina/zsh-you-should-use.git
url = https://github.com/MichaelAquilina/zsh-you-should-use.git
[submodule "ssh-connect"]
path = ssh-connect
url = git@github.com:gko/ssh-connect.git
url = https://github.com/gko/ssh-connect.git
[submodule "web-search"]
path = web-search
url = git@github.com:sineto/web-search.git
url = https://github.com/sineto/web-search.git
[submodule "git"]
path = git
url = git@github.com:davidde/git.git
url = https://github.com/davidde/git.git
[submodule "zsh-z"]
path = zsh-z
url = git@github.com:agkozak/zsh-z.git
url = https://github.com/agkozak/zsh-z.git

0 comments on commit f3f96c3

Please sign in to comment.