From b0791f1895a9a7f2de68cb70b9025c1da2374ee4 Mon Sep 17 00:00:00 2001 From: Diane Huxley Date: Fri, 10 May 2024 14:08:20 -0400 Subject: [PATCH] Use https url for submodule (#197) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a4d13ed7..abe3388f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "web5-spec"] path = web5-spec - url = git@github.com:TBD54566975/web5-spec.git + url = https://github.com/TBD54566975/web5-spec