diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-26 10:44:56 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-26 10:44:56 -0400 |
commit | e21726fd47adaf461a9434acf8422a865f53f78b (patch) | |
tree | 18a6d4a02933671ebd3fdbc604c91633d68c5e3d /.gitmodules | |
parent | dfbff65fedfa40311a29302b90935835307d7842 (diff) |
Move source code one level down in tree to get names in source package right.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index f24e2a2..a464eb3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ -[submodule "sw/libhal"] - path = sw/libhal +[submodule "source/sw/libhal"] + path = source/sw/libhal url = https://git.cryptech.is/sw/libhal.git -[submodule "sw/pkcs11"] - path = sw/pkcs11 +[submodule "source/sw/pkcs11"] + path = source/sw/pkcs11 url = https://git.cryptech.is/sw/pkcs11.git -[submodule "sw/thirdparty/libtfm"] - path = sw/thirdparty/libtfm +[submodule "source/sw/thirdparty/libtfm"] + path = source/sw/thirdparty/libtfm url = https://git.cryptech.is/sw/thirdparty/libtfm.git |