From 30c430dea21327b63c7d7218fb27dc53ec8d55a3 Mon Sep 17 00:00:00 2001 From: Radu-Cristian Popa Date: Thu, 14 Aug 2025 17:23:38 +0300 Subject: [PATCH] Use HTTP for submodule --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 907354e..e2fc8db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "open-payments-specifications"] - path = open-payments-specifications - url = git@github.com:interledger/open-payments-specifications.git + path = open-payments-specifications + url = https://github.com/interledger/open-payments-specifications.git