From 4180ecb129fab6f450f1c5ac5b00303bce5d9dbf Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 6 Jun 2024 17:00:10 -0700 Subject: [PATCH] update WellspringCS to point to github --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7261153..c85b1bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,12 +4,12 @@ [submodule "lib/FAudio"] path = lib/FAudio url = https://github.com/FNA-XNA/FAudio.git -[submodule "lib/WellspringCS"] - path = lib/WellspringCS - url = https://gitea.moonside.games/MoonsideGames/WellspringCS.git [submodule "lib/dav1dfile"] path = lib/dav1dfile url = https://github.com/MoonsideGames/dav1dfile.git [submodule "lib/RefreshCS"] path = lib/RefreshCS url = https://github.com/MoonsideGames/RefreshCS.git +[submodule "lib/WellspringCS"] + path = lib/WellspringCS + url = https://github.com/MoonsideGames/WellspringCS.git