From bd75523fcddfa6eeeea277fed173c2430fffcb19 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Sat, 27 Sep 2025 22:14:55 -0500 Subject: [PATCH] Update `.gitmodules` to use https by default --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6b511443f0d..d1cb63ba709 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "assets"] path = assets - url = git@github.com:pagefaultgames/pokerogue-assets.git + url = https://github.com:pagefaultgames/pokerogue-assets.git [submodule "locales"] path = locales - url = git@github.com:pagefaultgames/pokerogue-locales.git + url = https://github.com:pagefaultgames/pokerogue-locales.git