From ebaa7eeae5a27b74794fbaf4096cdc6ed43ee50f Mon Sep 17 00:00:00 2001 From: MrGuy55 <74325509+MrGuy55@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:26:38 -0500 Subject: [PATCH] Update submodule URL for tools/m2c Fix permission denied when cloning --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 79d29be..60280c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/simonlindholm/asm-differ.git [submodule "tools/m2c"] path = tools/m2c - url = git@github.com:matt-kempster/m2c.git + url = https://github.com/matt-kempster/m2c.git