From bac5aa864fc4d95b8c250857d190585b9b0372c4 Mon Sep 17 00:00:00 2001 From: "Artyom V. Gorchakov" Date: Thu, 11 Feb 2021 13:24:09 +0300 Subject: [PATCH] fix: Use https in .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3e69f97bea..56257deee0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "external/XamlX"] path = external/XamlX - url = git@github.com:kekekeks/XamlX.git + url = https://github.com/kekekeks/XamlX.git