1
0

Move submodules to new organisation. (#3485)

This commit is contained in:
Alexander Harkness 2016-12-18 12:29:36 +00:00 committed by GitHub
parent 47eff2bcfa
commit a897e68612

22
.gitmodules vendored
View File

@ -1,35 +1,35 @@
[submodule "MCServer/Plugins/Core"] [submodule "MCServer/Plugins/Core"]
path = Server/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"] [submodule "MCServer/Plugins/ProtectionAreas"]
path = Server/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"] [submodule "MCServer/Plugins/TransAPI"]
path = Server/Plugins/TransAPI path = Server/Plugins/TransAPI
url = https://github.com/bearbin/transapi.git url = https://github.com/cuberite/transapi.git
[submodule "MCServer/Plugins/ChunkWorx"] [submodule "MCServer/Plugins/ChunkWorx"]
path = Server/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"] [submodule "MCServer/Plugins/ChatLog"]
path = Server/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"] [submodule "MCServer/Plugins/Handy"]
path = Server/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"] [submodule "MCServer/Plugins/MagicCarpet"]
path = Server/Plugins/MagicCarpet path = Server/Plugins/MagicCarpet
url = https://github.com/mc-server/MagicCarpet.git url = https://github.com/cuberite/MagicCarpet.git
[submodule "lib/polarssl"] [submodule "lib/polarssl"]
path = lib/polarssl path = lib/polarssl
url = https://github.com/mc-server/polarssl.git url = https://github.com/cuberite/polarssl.git
ignore = dirty ignore = dirty
[submodule "lib/SQLiteCpp"] [submodule "lib/SQLiteCpp"]
path = lib/SQLiteCpp path = lib/SQLiteCpp
url = https://github.com/mc-server/SQLiteCpp.git url = https://github.com/cuberite/SQLiteCpp.git
ignore = dirty ignore = dirty
[submodule "lib/libevent"] [submodule "lib/libevent"]
path = lib/libevent path = lib/libevent
url = https://github.com/mc-server/libevent.git url = https://github.com/cuberite/libevent.git
ignore = dirty ignore = dirty
[submodule "lib/jsoncpp"] [submodule "lib/jsoncpp"]
path = lib/jsoncpp path = lib/jsoncpp
@ -37,7 +37,7 @@
ignore = dirty ignore = dirty
[submodule "lib/TCLAP"] [submodule "lib/TCLAP"]
path = lib/TCLAP path = lib/TCLAP
url = https://github.com/mc-server/TCLAP.git url = https://github.com/cuberite/TCLAP.git
ignore = dirty ignore = dirty
[submodule "lib/cmake-coverage"] [submodule "lib/cmake-coverage"]
path = lib/cmake-coverage path = lib/cmake-coverage