diff options
author | Zach Brown <[email protected]> | 2014-07-21 15:46:54 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2014-07-21 15:46:54 -0500 |
commit | 7b0c5767983a6c01291b76c3261e70819d5194a7 (patch) | |
tree | 0bf0b797d6c76dedbba350dbfba03ba70f70e5ef /.gitmodules | |
parent | a6efcbe9932345bdd11e7f4dab830a582cae2229 (diff) | |
download | Paper-7b0c5767983a6c01291b76c3261e70819d5194a7.tar.gz Paper-7b0c5767983a6c01291b76c3261e70819d5194a7.zip |
Restructure PaperSpigot as a new set of modules
Allows us much greater control over the Spigot portion of the code
and makes us more "proper"
Credit to @Dmck2b for originally passing the idea along a while back
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 11b24328b7..7c741aaf34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "Bukkit"] path = Bukkit - url = https://github.com/SpigotMC/Spigot-API.git + url = https://github.com/Bukkit/Bukkit.git [submodule "CraftBukkit"] path = CraftBukkit - url = https://github.com/SpigotMC/Spigot-Server.git + url = https://github.com/Bukkit/CraftBukkit.git |