mirror of https://github.com/n1nj4sec/pupy.git
move scapy to external for consistency
This commit is contained in:
parent
805361a4c1
commit
5daec0daa0
|
@ -1,5 +1,5 @@
|
||||||
[submodule "pupy/packages/src/scapy"]
|
[submodule "pupy/packages/src/scapy"]
|
||||||
path = pupy/packages/src/scapy
|
path = pupy/external/scapy
|
||||||
url = https://github.com/secdev/scapy
|
url = https://github.com/secdev/scapy
|
||||||
shallow = true
|
shallow = true
|
||||||
[submodule "pupy/payload_templates"]
|
[submodule "pupy/payload_templates"]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
../src/scapy/scapy
|
../../external/scapy/scapy
|
Loading…
Reference in New Issue