From d332c805098b193f4e9ff209445b858697d6704b Mon Sep 17 00:00:00 2001 From: rckrdmrd Date: Sun, 4 Jan 2026 06:02:05 -0600 Subject: [PATCH] fix: Usar SSH para submodulo gamilit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cambiado de HTTPS a SSH para consistencia con repo de referencia: - git@github.com:rckrdmrd/gamilit-workspace.git 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d980dae6b..3db94a6a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "projects/gamilit"] path = projects/gamilit - url = https://github.com/rckrdmrd/gamilit-workspace.git + url = git@github.com:rckrdmrd/gamilit-workspace.git