Skip to content

Commit cc47c96

Browse files
committed
[git modules] use https to allow other users to clone the repos
1 parent aa804f7 commit cc47c96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
url = https://github.com/evilsocket/dsploit-arpspoof.git
77
[submodule "cSploitCommon"]
88
path = cSploitCommon
9-
url = git@github.com:cSploit/common.git
9+
url = https://github.com/cSploit/common.git
1010
[submodule "ettercap-ng"]
1111
path = ettercap-ng
1212
url = https://github.com/tux-mind/platform_external_ettercap.git
@@ -114,7 +114,7 @@
114114
url = https://github.com/tux-mind/libyaml.git
115115
[submodule "network-radar"]
116116
path = network-radar
117-
url = git@github.com:cSploit/network-radar.git
117+
url = https://github.com/cSploit/network-radar.git
118118
[submodule "openldap"]
119119
path = openldap
120120
url = https://github.com/tux-mind/platform_external_openldap.git

0 commit comments

Comments
 (0)