mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
.gitmodules: Update URLs for lz4, hidapi, and minizip-ng submodules to include .git extension
This commit is contained in:

committed by
Admiral H. Curtiss

parent
0019256707
commit
4788af92bc
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user