From e559706b02d320466ccb7278e0d9102ffb03d02f Mon Sep 17 00:00:00 2001 From: bo chen Date: Wed, 21 Feb 2024 17:53:49 +0800 Subject: [PATCH] Update repo url --- guix_studio/clone_repo_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix_studio/clone_repo_dialog.cpp b/guix_studio/clone_repo_dialog.cpp index 265ea863..1e442e24 100644 --- a/guix_studio/clone_repo_dialog.cpp +++ b/guix_studio/clone_repo_dialog.cpp @@ -8,7 +8,7 @@ #define new DEBUG_NEW #endif -char guix_repo_url[] = "https://github.com/azure-rtos/guix.git"; +char guix_repo_url[] = "https://github.com/eclipse-threadx/guix.git"; BEGIN_MESSAGE_MAP(clone_repo_dialog, express_dialog) ON_WM_CLOSE()