From f23b4feff36fc0df8524b9736511aea3e2f1be02 Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Tue, 29 Aug 2023 23:19:45 -0400 Subject: [PATCH] Switch boost-outcome's repo URL from ssh to https. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 213771efd..ba28584e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,4 +13,4 @@ url = https://github.com/jbeder/yaml-cpp.git [submodule "components/core/submodules/boost-outcome"] path = components/core/submodules/boost-outcome - url = git@github.com:boostorg/outcome.git + url = https://github.com/boostorg/outcome.git