Skip to content

Commit

Permalink
Modified the .gitmodules file to use https instead of ssh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Colelyman committed Jan 22, 2018
1 parent ce338dc commit dfbf965
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "thirdparty/dbgfm"]
path = thirdparty/dbgfm
url = git@github.com:Colelyman/dbgfm.git
url = https://github.com/Colelyman/dbgfm.git
[submodule "thirdparty/cxxopts"]
path = thirdparty/cxxopts
url = git@github.com:jarro2783/cxxopts.git
url = https://github.com/jarro2783/cxxopts.git
[submodule "thirdparty/dsk"]
path = thirdparty/dsk
url = git@github.com:GATB/dsk.git
url = https://github.com/GATB/dsk.git
[submodule "test/thirdparty/mutatrix"]
path = test/thirdparty/mutatrix
url = https://github.com/ekg/mutatrix
[submodule "thirdparty/doxygen-bootstrapped"]
path = thirdparty/doxygen-bootstrapped
url = git@github.com:Velron/doxygen-bootstrapped.git
url = https://github.com/Velron/doxygen-bootstrapped.git

0 comments on commit dfbf965

Please sign in to comment.