diff options
author | Josh Blum | 2013-08-26 23:23:22 -0700 |
---|---|---|
committer | Josh Blum | 2013-08-30 08:57:16 -0700 |
commit | 9e0054ae1d0ad48c33213fac533ac72adb110aa0 (patch) | |
tree | 0d90da0bfacaf6faf904a0f76e9bc5965ab1d5e8 /.gitmodules | |
parent | 021ae565d85f97925001349cfe69a76f288d07d7 (diff) | |
download | sandhi-9e0054ae1d0ad48c33213fac533ac72adb110aa0.tar.gz sandhi-9e0054ae1d0ad48c33213fac533ac72adb110aa0.tar.bz2 sandhi-9e0054ae1d0ad48c33213fac533ac72adb110aa0.zip |
gras: switched grextras to grex repo
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 1268fcd..ae5e210 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,6 @@ [submodule "gnuradio"] path = gnuradio url = http://github.com/guruofquality/gnuradio.git -[submodule "grextras"] - path = grextras - url = http://github.com/guruofquality/grextras.git +[submodule "grex"] + path = grex + url = http://github.com/guruofquality/grex.git |