From 21c6e8484b0bd05c27e5a91f2884d431926adc61 Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Mon, 13 Nov 2023 19:53:44 +0100 Subject: [PATCH] remove submodules --- .gitmodules | 9 --------- ext/mjson | 1 - ext/mongoose | 1 - ext/olm | 1 - 4 files changed, 12 deletions(-) delete mode 160000 ext/mjson delete mode 160000 ext/mongoose delete mode 160000 ext/olm diff --git a/.gitmodules b/.gitmodules index c8685fb..539b976 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,3 @@ -[submodule "ext/olm"] - path = ext/olm - url = https://gitlab.matrix.org/matrix-org/olm/ -[submodule "ext/mjson"] - path = ext/mjson - url = https://github.com/cesanta/mjson [submodule "ext/curl"] path = ext/curl url = https://github.com/curl/curl -[submodule "ext/mongoose"] - path = ext/mongoose - url = https://github.com/cesanta/mongoose diff --git a/ext/mjson b/ext/mjson deleted file mode 160000 index b766f34..0000000 --- a/ext/mjson +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b766f343bf68b8ea89889055acbf8aef820e2b71 diff --git a/ext/mongoose b/ext/mongoose deleted file mode 160000 index 4d06f33..0000000 --- a/ext/mongoose +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4d06f330891a997384bf96309be7c5422639e54e diff --git a/ext/olm b/ext/olm deleted file mode 160000 index 66294cf..0000000 --- a/ext/olm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 66294cf7f66ae380683dbb7f43a16a8922249fc8 -- 2.50.1