diff --git a/.gitmodules b/.gitmodules index f7e38cb..fcbb17e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,11 +8,11 @@ path = fsfw url = https://egit.irs.uni-stuttgart.de/fsfw/fsfw.git [submodule "tmtc/tmtccmd"] - path = tmtc/tmtccmd + path = tmtc/deps/tmtccmd url = https://github.com/robamu-org/tmtccmd.git [submodule "tmtc/common_tmtc"] path = tmtc/common_tmtc url = https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-tmtc-common.git [submodule "tmtc/spacepackets"] - path = tmtc/spacepackets + path = tmtc/deps/spacepackets url = https://github.com/robamu-org/py-spacepackets.git diff --git a/tmtc/spacepackets b/tmtc/deps/spacepackets similarity index 100% rename from tmtc/spacepackets rename to tmtc/deps/spacepackets diff --git a/tmtc/tmtccmd b/tmtc/deps/tmtccmd similarity index 100% rename from tmtc/tmtccmd rename to tmtc/deps/tmtccmd