diff options
author | Alexander Harkness <me@bearbin.net> | 2016-12-18 13:29:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-18 13:29:36 +0100 |
commit | a897e6861214059ee5154e7029388bc045c2fa76 (patch) | |
tree | 4aa0e6e271c07f9795fc5115a35ad708568cacd4 | |
parent | Added SHA checksums for android Jenkins build; Few improvements (#3484) (diff) | |
download | cuberite-a897e6861214059ee5154e7029388bc045c2fa76.tar cuberite-a897e6861214059ee5154e7029388bc045c2fa76.tar.gz cuberite-a897e6861214059ee5154e7029388bc045c2fa76.tar.bz2 cuberite-a897e6861214059ee5154e7029388bc045c2fa76.tar.lz cuberite-a897e6861214059ee5154e7029388bc045c2fa76.tar.xz cuberite-a897e6861214059ee5154e7029388bc045c2fa76.tar.zst cuberite-a897e6861214059ee5154e7029388bc045c2fa76.zip |
-rw-r--r-- | .gitmodules | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.gitmodules b/.gitmodules index a4ac76b58..34cdcaf16 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,35 +1,35 @@ [submodule "MCServer/Plugins/Core"] path = Server/Plugins/Core - url = https://github.com/mc-server/Core.git + url = https://github.com/cuberite/Core.git [submodule "MCServer/Plugins/ProtectionAreas"] path = Server/Plugins/ProtectionAreas - url = https://github.com/mc-server/ProtectionAreas.git + url = https://github.com/cuberite/ProtectionAreas.git [submodule "MCServer/Plugins/TransAPI"] path = Server/Plugins/TransAPI - url = https://github.com/bearbin/transapi.git + url = https://github.com/cuberite/transapi.git [submodule "MCServer/Plugins/ChunkWorx"] path = Server/Plugins/ChunkWorx - url = https://github.com/mc-server/ChunkWorx.git + url = https://github.com/cuberite/ChunkWorx.git [submodule "MCServer/Plugins/ChatLog"] path = Server/Plugins/ChatLog - url = https://github.com/mc-server/ChatLog.git + url = https://github.com/cuberite/ChatLog.git [submodule "MCServer/Plugins/Handy"] path = Server/Plugins/Handy - url = https://github.com/mc-server/Handy.git + url = https://github.com/cuberite/Handy.git [submodule "MCServer/Plugins/MagicCarpet"] path = Server/Plugins/MagicCarpet - url = https://github.com/mc-server/MagicCarpet.git + url = https://github.com/cuberite/MagicCarpet.git [submodule "lib/polarssl"] path = lib/polarssl - url = https://github.com/mc-server/polarssl.git + url = https://github.com/cuberite/polarssl.git ignore = dirty [submodule "lib/SQLiteCpp"] path = lib/SQLiteCpp - url = https://github.com/mc-server/SQLiteCpp.git + url = https://github.com/cuberite/SQLiteCpp.git ignore = dirty [submodule "lib/libevent"] path = lib/libevent - url = https://github.com/mc-server/libevent.git + url = https://github.com/cuberite/libevent.git ignore = dirty [submodule "lib/jsoncpp"] path = lib/jsoncpp @@ -37,7 +37,7 @@ ignore = dirty [submodule "lib/TCLAP"] path = lib/TCLAP - url = https://github.com/mc-server/TCLAP.git + url = https://github.com/cuberite/TCLAP.git ignore = dirty [submodule "lib/cmake-coverage"] path = lib/cmake-coverage |