From e55795fc675426c019ebb49b2f9aa242cf21dd83 Mon Sep 17 00:00:00 2001 From: Nikita Iarychenko Date: Thu, 10 Apr 2025 16:46:25 +0400 Subject: [PATCH] fix android repository urls --- getPlugins.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getPlugins.sh b/getPlugins.sh index 8e9f9297bf87..f79d7c119b0c 100755 --- a/getPlugins.sh +++ b/getPlugins.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ "$1" == "--shallow" ]; then - git clone https://git.haulmont.com/platform/open-ide/android.git android --depth 1 + git clone https://gitflic.ru/project/openide/android.git android --depth 1 else - git clone https://git.haulmont.com/platform/open-ide/android.git android + git clone https://gitflic.ru/project/openide/android.git android fi