From 0ace79f979327acaf6e79c3e3bf8e04266f0ecff Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 5 Nov 2024 15:25:17 -0300 Subject: [PATCH] Update .gitsubmodule style GitHub doesn't require this .git at the end of the URL but it's the URL they gave in the "Clone" button when the HTTPS protocol is selected. Just to keep all URLs consistent. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e04237c80..20651e688 100644 --- a/.gitmodules +++ b/.gitmodules @@ -83,4 +83,4 @@ url = https://github.com/aseprite/tinyxml2.git [submodule "third_party/TinyEXIF"] path = third_party/TinyEXIF - url = https://github.com/aseprite/TinyEXIF + url = https://github.com/aseprite/TinyEXIF.git