From 83060a43adf2615a8a7dbd3023fbf12ce8d0f0ef Mon Sep 17 00:00:00 2001 From: cherrynik Date: Sun, 25 Feb 2024 17:27:48 +0300 Subject: [PATCH] fix(git): submodule url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3980afd..a9fe3af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "MonoGame.ImGuiNet"] path = src/Libs/External/MonoGame.ImGuiNet - url = git://github.com/Mezo-hx/MonoGame.ImGuiNet.git + url = git@github.com:Mezo-hx/MonoGame.ImGuiNet.git branch = main ignore = dirty