diff options
author | Josh Blum | 2013-06-13 19:43:09 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-13 19:43:09 -0700 |
commit | c029d8c1928814116ea9c32eb3480883dae83df2 (patch) | |
tree | 12f4c612018c7a2ca8b4b5c417a1a8c7487ac5fb | |
parent | b2ca1a2f613dbcd0ae7b727ba8d1cb88f43a38b5 (diff) | |
download | sandhi-c029d8c1928814116ea9c32eb3480883dae83df2.tar.gz sandhi-c029d8c1928814116ea9c32eb3480883dae83df2.tar.bz2 sandhi-c029d8c1928814116ea9c32eb3480883dae83df2.zip |
gras: change submodule to http for firewall issues
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 8d7a78e..1268fcd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "Theron"] path = Theron - url = https://github.com/guruofquality/Theron.git + url = http://github.com/guruofquality/Theron.git [submodule "Apology"] path = Apology - url = https://github.com/guruofquality/Apology.git + url = http://github.com/guruofquality/Apology.git [submodule "PMC"] path = PMC - url = https://github.com/guruofquality/PMC.git + url = http://github.com/guruofquality/PMC.git [submodule "gnuradio"] path = gnuradio - url = https://github.com/guruofquality/gnuradio.git + url = http://github.com/guruofquality/gnuradio.git [submodule "grextras"] path = grextras - url = https://github.com/guruofquality/grextras.git + url = http://github.com/guruofquality/grextras.git |