From 9d88ebbb3b8db29607493754a797c948a4a24537 Mon Sep 17 00:00:00 2001 From: Shylie Date: Mon, 17 Jun 2024 15:46:51 -0400 Subject: [PATCH] Update submodule URL --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index babdc79..194a9af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "glfw"] path = glfw - url = https://git.shylie.info/shylie/glfw.git + url = https://git.shylie.info/mirror/glfw.git [submodule "Lua"] path = Lua - url = https://git.shylie.info/shylie/Lua.git + url = https://git.shylie.info/mirror/Lua.git