osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/43521?usp=email )
Change subject: gitmodules: switch to osmocom mirrors ......................................................................
gitmodules: switch to osmocom mirrors
Change-Id: I3521766d228c9ac94c03d8f4b217060cbcd72c48 --- M .gitmodules 1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware refs/changes/21/43521/1
diff --git a/.gitmodules b/.gitmodules index c72e6de..bc54bf4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "gateware/build"] path = gateware/build - url = https://github.com/no2fpga/no2build.git + url = https://gitea.osmocom.org/mirrors/no2build.git [submodule "gateware/cores/no2e1"] path = gateware/cores/no2e1 - url = https://github.com/no2fpga/no2e1.git + url = https://gitea.osmocom.org/mirrors/no2e1.git [submodule "gateware/cores/no2ice40"] path = gateware/cores/no2ice40 - url = https://github.com/no2fpga/no2ice40.git + url = https://gitea.osmocom.org/mirrors/no2ice40.git [submodule "gateware/cores/no2misc"] path = gateware/cores/no2misc - url = https://github.com/no2fpga/no2misc.git + url = https://gitea.osmocom.org/mirrors/no2misc.git [submodule "gateware/cores/no2usb"] path = gateware/cores/no2usb - url = https://github.com/no2fpga/no2usb.git + url = https://gitea.osmocom.org/mirrors/no2usb.git