diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/.gitmodules b/.gitmodules index c564c4d..43b758c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,6 @@ -[submodule "lib/zeal"] - path = lib/zeal - url = https://git.sr.ht/~cnx/zeal -[submodule "lib/loca"] - path = lib/loca - url = https://git.sr.ht/~cnx/zig-loca [submodule "lib/ini"] path = lib/ini url = https://github.com/ziglibs/ini -[submodule "lib/gfz"] - path = lib/gfz - url = https://git.sr.ht/~cnx/gfz [submodule "lib/qoi"] path = lib/qoi - url = https://github.com/MasterQ32/zig-qoi + url = https://github.com/ikskuh/zig-qoi |