set correct urls in git submodules
This commit is contained in:
parent
c34a165e0d
commit
1ee4cc5d8d
2 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,9 +1,9 @@
|
||||||
[submodule "Configs/Tmux/tmux/plugins/tpm"]
|
[submodule "Configs/Tmux/tmux/plugins/tpm"]
|
||||||
path = Configs/Tmux/tmux/plugins/tpm
|
path = Configs/Tmux/tmux/plugins/tpm
|
||||||
url = https://github.com/tmux-plugins/tpm
|
url = https://github.com/tmux-plugins/tpm.git
|
||||||
[submodule "Configs/Tmux/tmux/plugins/tmux-resurrect"]
|
[submodule "Configs/Tmux/tmux/plugins/tmux-resurrect"]
|
||||||
path = Configs/Tmux/tmux/plugins/tmux-resurrect
|
path = Configs/Tmux/tmux/plugins/tmux-resurrect
|
||||||
url = https://github.com/tmux-plugins/tmux-resurrect
|
url = https://github.com/tmux-plugins/tmux-resurrec.git
|
||||||
[submodule "Configs/Tmux/tmux/plugins/tmux-notify"]
|
[submodule "Configs/Tmux/tmux/plugins/tmux-notify"]
|
||||||
path = Configs/Tmux/tmux/plugins/tmux-notify
|
path = Configs/Tmux/tmux/plugins/tmux-notify
|
||||||
url = https://github.com/rickstaa/tmux-notify.git
|
url = https://github.com/rickstaa/tmux-notify.git
|
||||||
|
|
0
Untitled
Normal file
0
Untitled
Normal file
Loading…
Reference in a new issue