Skip to content

Commit

Permalink
Changing submodules to use HTTPS protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McCullough committed Oct 2, 2013
1 parent 145e373 commit abe710e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "scripts"]
path = scripts
url = git@github.com:matthewmccullough/scripts.git
url = https://github.com/matthewmccullough/scripts.git
[submodule "z-zsh"]
path = z-zsh
url = git://github.com/sjl/z-zsh.git
url = https://github.com/sjl/z-zsh.git
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "z-rupa"]
path = z-rupa
url = https://github.com/rupa/z
Expand Down

0 comments on commit abe710e

Please sign in to comment.