diff options
author | Kevin Wallace <kevin@wallace.seattle.wa.us> | 2019-05-09 00:16:02 -0700 |
---|---|---|
committer | Kevin Wallace <kevin@wallace.seattle.wa.us> | 2019-05-09 00:18:46 -0700 |
commit | 2784977e4613260a3e40a1e6de412ce276e50467 (patch) | |
tree | 9d5adc0b75996943803d8c594361de70fb8efe5b /.gitmodules |
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..eb4e7ca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "nutrimatic"] + path = nutrimatic + url = https://github.com/egnor/nutrimatic +[submodule "wikiextractor"] + path = wikiextractor + url = https://github.com/attardi/wikiextractor |