Add .git suffix.

GitHub may be the only one that allows urls without the suffix.
This commit is contained in:
player-03
2023-04-24 17:51:52 -04:00
committed by GitHub
parent 2fc023f1e6
commit 2b3fe0ac0d

4
.gitmodules vendored
View File

@@ -44,11 +44,11 @@
shallow = true
[submodule "project/lib/cairo"]
path = project/lib/cairo
url = https://gitlab.freedesktop.org/cairo/cairo
url = https://gitlab.freedesktop.org/cairo/cairo.git
shallow = true
[submodule "project/lib/pixman"]
path = project/lib/pixman
url = https://gitlab.freedesktop.org/pixman/pixman
url = https://gitlab.freedesktop.org/pixman/pixman.git
shallow = true
[submodule "project/lib/lzma"]
path = project/lib/lzma