diff options
| author | Anton Bobov <abobov@gmail.com> | 2012-04-14 22:52:21 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2012-04-14 23:02:43 +0600 |
| commit | c2d434cde1cde6b6d9cc85276f122aa793421a6b (patch) | |
| tree | 753e5905587426187ff9c270c6765fb05c84ed5e /.gitmodules | |
| parent | d530a35a249d304d089ae629a9229a572df153bb (diff) | |
Update submodules.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 5fee012..e32b411 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,9 @@ [submodule "surround"] path = files/.vim/bundle/surround url = git://github.com/tpope/vim-surround.git - [submodule "repeat"] path = files/.vim/bundle/repeat url = git://github.com/tpope/vim-repeat.git [submodule "files/bin"] - path = files/bin - url = git@github.com:abobov/bin.git + path = files/bin + url = git://github.com/abobov/bin.git |
