diff options
| author | Zach DeCook <zachdecook@librem.one> | 2026-05-06 20:29:16 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2026-05-06 20:29:16 -0400 |
| commit | 5cc266bed46566df1595a75e40cae66b3aa3ffcd (patch) | |
| tree | f8c19c09562caa66f590cd63a03f0e907a2fe34c /.gitmodules | |
| parent | b2d8a61b4f5a9997d1db794b8ca5165a366292d8 (diff) | |
| download | cgi-bin-5cc266bed46566df1595a75e40cae66b3aa3ffcd.tar.gz | |
Minor updates for initialization
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index fe83e83..90b431c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,13 @@ [submodule "usfm2gmi"] path = usfm2gmi url = https://git.sr.ht/~earboxer/usfm2gmi -[submodule "Open-English-Bible"] - path = Open-English-Bible - url = https://github.com/openenglishbible/Open-English-Bible [submodule "bible-passage-reference-parser-python"] path = bible-passage-reference-parser-python url = https://gitlab.com/rseal/bible-passage-reference-parser-python [submodule "American-Standard-Version-Bible"] path = American-Standard-Version-Bible url = https://github.com/openbibleinfo/American-Standard-Version-Bible +[submodule "Open-English-Bible"] + path = Open-English-Bible + url = https://github.com/openenglishbible/Open-English-Bible + shallow = true |
