diff options
| author | Thomas Schneider <qsx@qsx.re> | 2017-07-18 09:34:46 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2017-07-18 09:34:46 +0200 |
| commit | bf022639464f14d1d4fea433f5675ab3175cfa9f (patch) | |
| tree | acfa72447b1114c6383b109b2f7b8c259a5b7d24 /.gitmodules | |
| parent | 30ea70cdd3fb2928b8268d133a05aaa68b59baca (diff) | |
Set submodule URLs to git://
Signed-off-by: Thomas Schneider <qsx@qsx.re>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 19e62af..3b85e04 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ url = git://github.com/fatih/vim-go [submodule "dot.vim/bundle/cisco.vim"] path = dot.vim/bundle/cisco.vim - url = https://github.com/momota/cisco.vim + url = git://github.com/momota/cisco.vim [submodule "dot.emacs.d/elisp/use-package"] path = dot.emacs.d/elisp/use-package - url = https://github.com/jwiegley/use-package + url = git://github.com/jwiegley/use-package |
