build(deps): change Gitlab submodules to LizardByte mirrors (#3728)

This commit is contained in:
ReenigneArcher 2025-03-16 22:19:07 -04:00 committed by GitHub
parent a344e6cc69
commit 1fd5534541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
.gitmodules vendored
View File

@ -44,7 +44,7 @@
branch = sdk branch = sdk
[submodule "third-party/Simple-Web-Server"] [submodule "third-party/Simple-Web-Server"]
path = third-party/Simple-Web-Server path = third-party/Simple-Web-Server
url = https://gitlab.com/eidheim/Simple-Web-Server.git url = https://github.com/LizardByte-infrastructure/Simple-Web-Server.git
branch = master branch = master
[submodule "third-party/TPCircularBuffer"] [submodule "third-party/TPCircularBuffer"]
path = third-party/TPCircularBuffer path = third-party/TPCircularBuffer
@ -60,9 +60,9 @@
branch = master branch = master
[submodule "third-party/wayland-protocols"] [submodule "third-party/wayland-protocols"]
path = third-party/wayland-protocols path = third-party/wayland-protocols
url = https://gitlab.freedesktop.org/wayland/wayland-protocols.git url = https://github.com/LizardByte-infrastructure/wayland-protocols.git
branch = main branch = main
[submodule "third-party/wlr-protocols"] [submodule "third-party/wlr-protocols"]
path = third-party/wlr-protocols path = third-party/wlr-protocols
url = https://gitlab.freedesktop.org/wlroots/wlr-protocols.git url = https://github.com/LizardByte-infrastructure/wlr-protocols.git
branch = master branch = master