From d52a913816e3fb4ba192718bbf6a74e7e453952f Mon Sep 17 00:00:00 2001 From: tchncs <tchncs@vivaldi.net> Date: Tue, 6 Dec 2016 09:24:08 +0100 Subject: [PATCH] correct misplaced submodule illuna_ethereal --- .gitmodules | 6 +++--- mods/{mods => }/illuna_ethereal | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename mods/{mods => }/illuna_ethereal (100%) diff --git a/.gitmodules b/.gitmodules index a39f4010..f4e5bf09 100644 --- a/.gitmodules +++ b/.gitmodules @@ -128,9 +128,9 @@ [submodule "mods/3d_armor"] path = mods/3d_armor url = https://github.com/stujones11/minetest-3d_armor -[submodule "mods/mods/illuna_ethereal"] - path = mods/mods/illuna_ethereal - url = https://git.tchncs.de/Illuna-Minetest/illuna_ethereal [submodule "mods/chat_bubbles"] path = mods/chat_bubbles url = https://github.com/jordan4ibanez/Chat-Bubbles +[submodule "mods/illuna_ethereal"] + path = mods/illuna_ethereal + url = https://git.tchncs.de/Illuna-Minetest/illuna_ethereal diff --git a/mods/mods/illuna_ethereal b/mods/illuna_ethereal similarity index 100% rename from mods/mods/illuna_ethereal rename to mods/illuna_ethereal -- GitLab