From ac5e2e09151fffae3891ab52e3e1e665b508eac9 Mon Sep 17 00:00:00 2001 From: Dmitriy Gertsog Date: Thu, 16 Jan 2025 14:15:42 +0300 Subject: [PATCH] aeon: fix repo URL for Aeon submodule Use HTTPS instead Git protocol to avoid extra authorization. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6fbae5346..b00e8c870 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,5 +9,5 @@ ignore = dirty [submodule "cli/aeon/protos"] path = cli/aeon/protos - url = git@github.com:tarantool/aeon-api-protos.git + url = https://github.com/tarantool/aeon-api-protos.git branch = master