change repopath-urls for submodules
This commit is contained in:
parent
7104279697
commit
669aa9ecf1
1 changed files with 4 additions and 4 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -1,12 +1,12 @@
|
|||
[submodule "tmux/plugins/tpm"]
|
||||
path = tmux/plugins/tpm
|
||||
url = git://git.schuerz.at/public/tmux-plugins/tpm.git
|
||||
url = git://git.schuerz.at/github.com/tmux-plugins/tpm.git
|
||||
[submodule "tmux/plugins/tmux-themepack"]
|
||||
path = tmux/plugins/tmux-themepack
|
||||
url = git://git.schuerz.at/public/tmux-plugins/tmux-themepack.git
|
||||
url = git://git.schuerz.at/github.com/jimeh/tmux-themepack.git
|
||||
[submodule "tmux/plugins/tmux-sensible"]
|
||||
path = tmux/plugins/tmux-sensible
|
||||
url = git://git.schuerz.at/public/tmux-plugins/tmux-sensible.git
|
||||
url = git://git.schuerz.at/github.com/tmux-plugins/tmux-sensible.git
|
||||
[submodule "vim/bundle/Vundle.vim"]
|
||||
path = vim/bundle/Vundle.vim
|
||||
url = git://git.schuerz.at/public/Vim/gmarik/Vundle.vim.git
|
||||
url = git://git.schuerz.at/github.com/Vim/gmarik/Vundle.vim.git
|
||||
|
|
Loading…
Reference in a new issue