diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2023-10-17 00:32:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-17 00:32:42 -0400 |
| commit | 4a70fea67f6c1fc5b2765a5d86df51a12d06b954 (patch) | |
| tree | 8db63aa641021b8d3c8521114c6f2a083e962c91 /.gitmodules | |
| parent | fe90ad0268efbe78fbd73b5567a35563339aa94f (diff) | |
Move ZAPDTR and OTRExporter to sub modules (#3298)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0d73816e3..7098d9d08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "libultraship"] path = libultraship url = https://github.com/kenix3/libultraship.git +[submodule "ZAPDTR"] + path = ZAPDTR + url = https://github.com/harbourmasters/ZAPDTR +[submodule "OTRExporter"] + path = OTRExporter + url = https://github.com/harbourmasters/OTRExporter |
