diff options
author | michael-west <michael.west@ettus.com> | 2015-01-21 11:19:49 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-27 09:09:21 +0100 |
commit | fd8ccc869ae4f61f1171c894954d980aea57d4aa (patch) | |
tree | c54353c6a88eb426aa93fada4e4c848fb3cfeb97 /.gitmodules | |
parent | 3807f816068abca5dbe0ca6c54a251dea270a11a (diff) | |
download | uhd-fd8ccc869ae4f61f1171c894954d980aea57d4aa.tar.gz uhd-fd8ccc869ae4f61f1171c894954d980aea57d4aa.tar.bz2 uhd-fd8ccc869ae4f61f1171c894954d980aea57d4aa.zip |
Moved fpga-src remote to http for anonymous updating.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 793f1aae5..473a21289 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "fpga-src"] path = fpga-src - url = git@github.com:EttusResearch/fpga.git + url = https://github.com/EttusResearch/fpga.git branch = maint |