diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-05 23:58:15 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-06 01:38:57 -0800 |
| commit | c7d55edad461cbf326803b3ced8b8187470f5b6a (patch) | |
| tree | f9e483fe44eabd096232b2d25129919db27998c3 /.gitmodules | |
| parent | 858cfd217f4db2613550379898561a41bc34e741 (diff) | |
bc: Replace with Gavin Howard's implementation
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2e224078..3cfff192 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,6 +14,10 @@ path = pkg/awk/src url = https://github.com/onetrueawk/awk ignore = all +[submodule "pkg/bc/src"] + path = pkg/bc/src + url = https://github.com/gavinhoward/bc + ignore = all [submodule "pkg/bearssl/src"] path = pkg/bearssl/src url = https://www.bearssl.org/git/BearSSL |
