Make submodule URLs consistent (#229)

Add `.git` to the double-conversion and zlib submodules URLs.
This commit is contained in:
ruevs 2022-02-23 18:14:36 +02:00 • committed by GitHub
parent 16b0e10e6f
commit a2789a7c8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitmodules vendored
View file

@ -1,12 +1,12 @@
[submodule "src/ext/zlib"]
path = src/ext/zlib
url = https://github.com/mitsuba-renderer/zlib
url = https://github.com/mitsuba-renderer/zlib.git
[submodule "src/ext/ptex"]
path = src/ext/ptex
url = https://github.com/wdas/ptex.git
[submodule "src/ext/double-conversion"]
path = src/ext/double-conversion
url = https://github.com/mmp/double-conversion
url = https://github.com/mmp/double-conversion.git
[submodule "src/ext/stb"]
path = src/ext/stb
url = https://github.com/nothings/stb.git