From fbbdec88d146c0b4486dbf081e102731979cf638 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 23 Jul 2026 11:56:17 +0200 Subject: Update URLs from submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They were taking the SSH version for cloning, which can be troublesome in some environments. Signed-off-by: Miquel Sabaté Solà --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5bfc7b6..0f0bce9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "tests/aoc2023.nes"] path = tests/aoc2023.nes - url = git@github.com:mssola/aoc2023.nes + url = https://git.mssola.com/nes/aoc2023.nes [submodule "tests/code.nes"] path = tests/code.nes - url = git@github.com:mssola/code.nes + url = https://git.mssola.com/nes/code.nes [submodule "tests/jetpac.nes"] path = tests/jetpac.nes - url = https://github.com/mssola/jetpac.nes + url = https://git.mssola.com/nes/jetpac.nes -- cgit v1.2.3