From 7da08ff147ff0a4b242e85a70c6dd846d3c54208 Mon Sep 17 00:00:00 2001 From: Diane Huxley Date: Tue, 9 Jan 2024 12:45:04 -0800 Subject: [PATCH] Use http git url for .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 774de17c..965a1471 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tbdex"] path = tbdex - url = git@github.com:TBD54566975/tbdex.git + url = https://github.com/TBD54566975/tbdex.git