From 45fda40d05aa630ce2755df4d4a8f1c8f6c2fd9d Mon Sep 17 00:00:00 2001 From: Dniel97 <6324072+Dniel97@users.noreply.github.com> Date: Thu, 28 Jul 2022 15:37:32 +0200 Subject: [PATCH] Fixed submodule URL --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 15c0e69..6fd6f49 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "mqa_identifier_python"] path = mqa_identifier_python - url = git@github.com:Dniel97/MQA-identifier-python.git + url = https://github.com/Dniel97/MQA-identifier-python.git branch = master