Skip to content

Commit

Permalink
Fix submodules to all use https://.
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel committed Jun 21, 2016
1 parent 51acdea commit 211b625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
url = https://github.com/lvv/git-prompt.git
[submodule "git_utils"]
path = git_utils
url = git://github.com/maruel/git_utils.git
url = https://github.com/maruel/git_utils.git
[submodule "keychain"]
path = keychain
url = git@github.com:maruel/keychain.py.git
url = https://github.com/maruel/keychain.py.git
[submodule "configs/.vim/bundle/vim-go"]
path = configs/.vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git

0 comments on commit 211b625

Please sign in to comment.