Use alternate mirrors for glib and libslirp dependencies (#1078)

* glib: Use github mirror of glib repository

* Use qemu gitlab mirror of libslirp repository
This commit is contained in:
Paul Bartell 2023-08-30 11:40:11 -07:00 committed by GitHub
parent 4e2a02323b
commit 79180cde2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitmodules vendored
View file

@ -42,10 +42,10 @@
url = https://github.com/wolfSSL/wolfssl.git
[submodule "FreeRTOS-Plus/ThirdParty/libslirp"]
path = FreeRTOS-Plus/ThirdParty/libslirp
url = https://gitlab.freedesktop.org/slirp/libslirp.git
url = https://gitlab.com/qemu-project/libslirp.git
[submodule "FreeRTOS-Plus/ThirdParty/glib"]
path = FreeRTOS-Plus/ThirdParty/glib
url = https://gitlab.gnome.org/GNOME/glib.git
url = https://github.com/GNOME/glib.git
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"]
path = FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent
url = https://github.com/FreeRTOS/coreMQTT-Agent.git