From 3123d4bc6a42521cf834dc29e7b3abb6cfbdb2e7 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 5 Jul 2026 17:35:02 -0700 Subject: [PATCH] fix(submodule): repoint firmware at git.dngr.us (was dead GitHub URL) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The .gitmodules url pointed at github.com/dangerous-tac0s/proxmark3-pm3py, which lacks our commits and the pinned gitlink — fresh recursive clones broke. Point it at the real fork on the DT Gitea over SSH. Co-Authored-By: Claude Opus 4.8 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9e05a76..538a281 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "firmware"] path = firmware - url = https://github.com/dangerous-tac0s/proxmark3-pm3py.git + url = ssh://git@git.dngr.us:20022/MikeFaith/proxmark3-pm3py.git branch = main