From 88e1cb8c9104ec90993b35129af3b125a3638ce6 Mon Sep 17 00:00:00 2001 From: crueter Date: Sat, 27 Dec 2025 18:01:38 -0500 Subject: [PATCH] Revert "change submodules to use our forks" This reverts commit 1ec2bafc2a03eafdd6f5dd19d18820e56890832d. Signed-off-by: crueter --- .gitmodules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6253fc74..6d7f2c9f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,27 +1,27 @@ [submodule "biscuit"] path = externals/biscuit - url = https://git.eden-emu.dev/eden-emu/biscuit.git + url = https://github.com/lioncash/biscuit.git [submodule "catch"] path = externals/catch - url = https://git.eden-emu.dev/eden-emu/Catch2.git + url = https://github.com/catchorg/Catch2.git [submodule "fmt"] path = externals/fmt - url = https://git.eden-emu.dev/eden-emu/fmt.git + url = https://github.com/fmtlib/fmt.git [submodule "mcl"] path = externals/mcl - url = https://git.eden-emu.dev/eden-emu/mcl.git + url = https://github.com/azahar-emu/mcl.git [submodule "oaknut"] path = externals/oaknut - url = https://git.eden-emu.dev/eden-emu/oaknut.git + url = https://github.com/merryhime/oaknut.git [submodule "xbyak"] path = externals/xbyak - url = https://git.eden-emu.dev/eden-emu/xbyak.git + url = https://github.com/herumi/xbyak.git [submodule "zycore"] path = externals/zycore - url = https://git.eden-emu.dev/eden-emu/zycore-c.git + url = https://github.com/zyantific/zycore-c.git [submodule "zydis"] path = externals/zydis - url = https://git.eden-emu.dev/eden-emu/zydis.git + url = https://github.com/zyantific/zydis.git [submodule "unordered_dense"] path = externals/unordered_dense - url = https://github.com/Lizzie841/unordered_dense.git + url = https://github.com/martinus/unordered_dense.git