From db46885ee96e0b5e327225c3f1032d4b64e62611 Mon Sep 17 00:00:00 2001 From: shylie Date: Wed, 15 Jan 2025 23:31:26 -0500 Subject: [PATCH] Update submodule URL --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 194a9af..088957c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "glfw"] path = glfw - url = https://git.shylie.info/mirror/glfw.git + url = https://github.com/glfw/glfw.git [submodule "Lua"] path = Lua - url = https://git.shylie.info/mirror/Lua.git + url = https://github.com/walterschell/Lua.git