diff options
author | Emma@Rory& <root@rory.gay> | 2023-08-14 10:40:25 +0200 |
---|---|---|
committer | Emma@Rory& <root@rory.gay> | 2023-08-14 10:40:25 +0200 |
commit | e7187c0c72a17d93bce71c2218c0b705edd0a5d4 (patch) | |
tree | 84547b4614addd82e3d2b15003b9f5b79614db76 /.gitmodules | |
parent | Update dependencies (diff) | |
download | MatrixUtils-e7187c0c72a17d93bce71c2218c0b705edd0a5d4.tar.xz |
Add MxApiExtensions submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0620b64..01f5add 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "LibMatrix"] path = LibMatrix url = https://git.rory.gay/matrix/LibMatrix.git +[submodule "MxApiExtensions"] + path = MxApiExtensions + url = https://git.rory.gay/matrix/MxApiExtensions.git |