diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-02-17 22:57:52 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-02-17 22:57:52 +0100 |
commit | 8413a211bc78fc0c9dd93e0c50e53261bad99297 (patch) | |
tree | dcefb9274307329c748480f753e8e65c1b61d3a4 /.gitmodules | |
parent | 143eaaf45bf65a970bc2183d5721b08f77fbcbb4 (diff) |
Update git submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 474a748..78c36c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "depends/html-search"] path = depends/html-search - url = https://git.dec05eba.com/html-search + url = git://git.dec05eba.com/html-search [submodule "depends/rapidjson"] path = depends/rapidjson - url = https://git.dec05eba.com/rapidjson + url = git://git.dec05eba.com/rapidjson [submodule "depends/html-parser"] path = depends/html-parser - url = https://git.dec05eba.com/html-parser + url = git://git.dec05eba.com/html-parser |