diff options
author | Damien George <damien@micropython.org> | 2021-05-11 12:54:03 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-05-13 23:40:40 +1000 |
commit | 43e7e5f00a601b36b5b39f1fef036d6c25d5562c (patch) | |
tree | b77775e901f6b844f453dcc86c7e6f122287da19 | |
parent | 09be0c083cb493c70b38079aa6fd785aa9b0b90a (diff) | |
download | micropython-43e7e5f00a601b36b5b39f1fef036d6c25d5562c.tar.gz micropython-43e7e5f00a601b36b5b39f1fef036d6c25d5562c.zip |
lib/lwip: Switch to use GitHub mirror repo.
It is hopefully more reliable.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index ceaa5342b4..faa89c4f5c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,7 +7,7 @@ url = https://github.com/atgreen/libffi [submodule "lib/lwip"] path = lib/lwip - url = https://git.savannah.gnu.org/r/lwip.git + url = https://github.com/lwip-tcpip/lwip.git [submodule "lib/berkeley-db-1.xx"] path = lib/berkeley-db-1.xx url = https://github.com/pfalcon/berkeley-db-1.xx |