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

* glib: Use github mirror of glib repository

* Use qemu gitlab mirror of libslirp repository
pull/1079/head^2
Paul Bartell 1 year ago committed by GitHub
parent 4e2a02323b
commit 79180cde2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitmodules vendored

@ -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

Loading…
Cancel
Save