From dff8510fc52fa060a03ab392d72701d95b800a37 Mon Sep 17 00:00:00 2001 From: "Christopher L. Crutchfield" Date: Sat, 1 Feb 2025 16:31:33 -0800 Subject: [PATCH] fix: switch submodule to http --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 24deb9b..02044e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "data"] path = data - url = git@git@github.com:UCSD-E4E/a3d-data.git + url = https://github.com/UCSD-E4E/a3d-data.git