diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-07 14:40:03 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-07 14:40:03 -0400 |
commit | 1503f72a4756e4da0494a0f957ad5b74f21b3756 (patch) | |
tree | 8bd6a4b540f4c4f42e096af13ef5f25a83d70c5f /.gitmodules | |
parent | 2aaf05e99a8d6e2515ee47722d3551a4ce0cc023 (diff) |
Track movement of modules from /user/sra/ to /sw/.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules index 50e106a..b22ca9b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,9 @@ [submodule "sw/libhal"] path = sw/libhal - url = git@git.cryptech.is:user/sra/libhal.git -[submodule "sw/libtfm"] - path = sw/libtfm - url = git@git.cryptech.is:user/sra/libtfm.git + url = git@git.cryptech.is:sw/libhal.git [submodule "sw/pkcs11"] path = sw/pkcs11 - url = git@git.cryptech.is:user/sra/pkcs11.git -[submodule "sw/sqlite3"] - path = sw/sqlite3 - url = git@git.cryptech.is:user/sra/sqlite3.git + url = git@git.cryptech.is:sw/pkcs11.git [submodule "core/cipher/aes"] path = core/cipher/aes url = git@git.cryptech.is:core/cipher/aes.git @@ -46,3 +40,9 @@ [submodule "core/rng/trng"] path = core/rng/trng url = git@git.cryptech.is:core/rng/trng.git +[submodule "sw/thirdparty/libtfm"] + path = sw/thirdparty/libtfm + url = git@git.cryptech.is:sw/thirdparty/libtfm.git +[submodule "sw/thirdparty/sqlite3"] + path = sw/thirdparty/sqlite3 + url = git@git.cryptech.is:sw/thirdparty/sqlite3.git |