diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-03-26 21:09:38 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-03-26 21:09:38 -0600 |
commit | d553553d1a6c15a10f78010ead9963772868e3be (patch) | |
tree | b5642aedd07ab16dade8c40549726e9582640677 /.gitmodules | |
parent | 230f98aa491be2d30e0162022ae7380948df4bbf (diff) | |
download | simponic.xyz-d553553d1a6c15a10f78010ead9963772868e3be.tar.gz simponic.xyz-d553553d1a6c15a10f78010ead9963772868e3be.zip |
Add centipede
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0691a0d..9205f28 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "maize-maze"] path = maize-maze url = git@github.com:Simponic/maize-maze +[submodule "centipede"] + path = centipede + url = git@github.com:Simponic/centipede.git |