1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Use relative path in gitmodules

This commit is contained in:
Mathieu Schroeter 2019-01-18 23:51:42 +01:00
parent 25a0121ca5
commit 95020e5693

8
.gitmodules vendored
View File

@ -1,12 +1,12 @@
[submodule "planetblupi"]
path = planetblupi
url = https://github.com/blupi-games/planetblupi.git
url = ../planetblupi.git
[submodule "SDL_kitchensink"]
path = SDL_kitchensink
url = https://github.com/blupi-games/SDL_kitchensink.git
url = ../SDL_kitchensink.git
[submodule "planetblupi-data"]
path = planetblupi-data
url = https://github.com/blupi-games/planetblupi-data.git
url = ../planetblupi-data.git
[submodule "planetblupi-www"]
path = planetblupi-www
url = https://github.com/blupi-games/planetblupi-www.git
url = ../planetblupi-www.git