diff options
author | Zach Brown <[email protected]> | 2014-06-24 07:21:58 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2014-06-24 08:04:20 -0500 |
commit | 1207bc585d0469282bf62ee55b7664a8349b185e (patch) | |
tree | a6480a7603442a3e5f2430d060a4b53009df5507 /.gitmodules | |
parent | 84046eaf04c494eb60893aec89a98056f502a64e (diff) | |
download | Paper-1207bc585d0469282bf62ee55b7664a8349b185e.tar.gz Paper-1207bc585d0469282bf62ee55b7664a8349b185e.zip |
Apply our patches over Spigot-Server and Spigot-API directly
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 7c741aaf34..11b24328b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "Bukkit"] path = Bukkit - url = https://github.com/Bukkit/Bukkit.git + url = https://github.com/SpigotMC/Spigot-API.git [submodule "CraftBukkit"] path = CraftBukkit - url = https://github.com/Bukkit/CraftBukkit.git + url = https://github.com/SpigotMC/Spigot-Server.git |