diff --git a/.gitmodules b/.gitmodules index 477ffc1..8cb1486 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "tmtccmd"] - path = tmtccmd + path = deps/tmtccmd url = https://github.com/robamu-org/tmtccmd.git [submodule "spacepackets"] - path = spacepackets + path = deps/spacepackets url = https://github.com/robamu-org/py-spacepackets.git diff --git a/spacepackets b/deps/spacepackets similarity index 100% rename from spacepackets rename to deps/spacepackets diff --git a/tmtccmd b/deps/tmtccmd similarity index 100% rename from tmtccmd rename to deps/tmtccmd