diff options
| author | Joshua Vandaƫle <joshua@vandaele.software> | 2025-07-10 20:51:50 +0200 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2025-07-19 04:29:17 +0200 |
| commit | 4788af92bcbfc27f75dbc0932674cd20051d53f7 (patch) | |
| tree | 1faed84245ccba9b5a0033a99079066b53422050 /.gitmodules | |
| parent | 00192567079b8e8fe093b7166d75e264b2cef315 (diff) | |
.gitmodules: Update URLs for lz4, hidapi, and minizip-ng submodules to include .git extension
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4403532b55..08946ca73c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,7 +64,7 @@ shallow = true [submodule "Externals/lz4/lz4"] path = Externals/lz4/lz4 - url = https://github.com/lz4/lz4 + url = https://github.com/lz4/lz4.git shallow = true [submodule "Externals/xxhash/xxHash"] path = Externals/xxhash/xxHash @@ -76,7 +76,7 @@ shallow = true [submodule "hidapi-src"] path = Externals/hidapi/hidapi-src - url = https://github.com/libusb/hidapi + url = https://github.com/libusb/hidapi.git shallow = true [submodule "Externals/tinygltf/tinygltf"] path = Externals/tinygltf/tinygltf @@ -84,7 +84,7 @@ shallow = true [submodule "Externals/minizip-ng/minizip-ng"] path = Externals/minizip-ng/minizip-ng - url = https://github.com/zlib-ng/minizip-ng + url = https://github.com/zlib-ng/minizip-ng.git shallow = true [submodule "Externals/Vulkan-Headers"] path = Externals/Vulkan-Headers |
