diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-23 11:56:17 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-23 11:56:17 +0200 |
| commit | fbbdec88d146c0b4486dbf081e102731979cf638 (patch) | |
| tree | c7fe807ef6434e8b6a5a29718bfe0cf168d23fcc /.gitmodules | |
| parent | 73301c774502c6f5f9aeb3bacd93cbf6c58c655b (diff) | |
| download | tools.nes-fbbdec88d146c0b4486dbf081e102731979cf638.tar.gz tools.nes-fbbdec88d146c0b4486dbf081e102731979cf638.zip | |
Update URLs from submodules
They were taking the SSH version for cloning, which can be troublesome
in some environments.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files 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 |
