diff options
author | Hello TMW <hello@themanaworld.org> | 2025-07-09 06:08:09 +0000 |
---|---|---|
committer | Hello TMW <hello@themanaworld.org> | 2025-07-09 06:08:09 +0000 |
commit | 93717322c4ffbcf9e7b1f4ab405e21e753c297b8 (patch) | |
tree | ee3dcdcb0b8f0685cb819293a8f34150e58d55b8 | |
parent | 3585f4a9699deb69a616fb9f689e8d460b5f8ffb (diff) | |
download | serverdata-master.tar.gz serverdata-master.tar.bz2 serverdata-master.tar.xz serverdata-master.zip |
This MR lands changes to git submodule URLs - pass on client data.
Approved-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 4e8cb970..428d22d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "client-data"] path = client-data - url = https://git.themanaworld.org/legacy/clientdata.git + url = https://git.themanaworld.org/tmw/clientdata.git [submodule "tools"] path = tools - url = https://git.themanaworld.org/legacy/tools.git + url = https://git.themanaworld.org/tmw/tools.git |