fix(submodule): repoint firmware at git.dngr.us (was dead GitHub URL)

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 <noreply@anthropic.com>
This commit is contained in:
michael
2026-07-05 17:35:02 -07:00
parent 615d4a6115
commit 3123d4bc6a

2
.gitmodules vendored
View File

@@ -1,4 +1,4 @@
[submodule "firmware"] [submodule "firmware"]
path = 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 branch = main