From 5b190f32bfb6ef187e6f5b9eafa5f070eb00ab0a Mon Sep 17 00:00:00 2001 From: Daniel Serpell Date: Tue, 23 Apr 2024 12:31:24 -0400 Subject: [PATCH] Use HTTP path for submodule instead of SSH one. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a935df7..954e204 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/dmsc/mini65-sim [submodule "mkatr"] path = mkatr - url = git@github.com:dmsc/mkatr.git + url = https://github.com/dmsc/mkatr