diff options
author | Anton Kling <anton@kling.gg> | 2023-10-22 21:17:33 +0200 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2023-10-22 21:17:33 +0200 |
commit | 6f94dc4896089695811cbbf8ffe712f2113c8788 (patch) | |
tree | 615ebb6f191638bfab117d1380d66e66c50c6c64 /.gitmodules | |
parent | 84c96e2ce3a4641699adafb41e1487538c2ac7d4 (diff) |
Fix submodules for the repo
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4bd1270 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "crypto/SHA1"] + path = crypto/SHA1 + url = git@github.com:elttil/SHA1.git |