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:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user