Skip to content

Commit 4224836

Browse files
committed
chore: use https git urls
1 parent 44866e2 commit 4224836

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.gitmodules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[submodule "src/metadata-generator"]
22
path = src/metadata-generator
3-
url = git@github.com:NativeScript/ios-metadata-generator.git
3+
url = https://github.com/NativeScript/ios-metadata-generator.git
44
[submodule "common-runtime-tests-app"]
55
path = tests/TestRunner/app/shared
6-
url = git@github.com:NativeScript/common-runtime-tests-app.git
6+
url = https://github.com/NativeScript/common-runtime-tests-app.git
77
[submodule "common-runtime-tests-modules"]
88
path = tests/TestRunner/app/tns_modules/tns-core-modules/shared
9-
url = git@github.com:NativeScript/common-runtime-tests-modules.git
9+
url = https://github.com/NativeScript/common-runtime-tests-modules.git
1010
[submodule "src/webkit"]
1111
path = src/webkit
12-
url = git@github.com:NativeScript/webkit.git
12+
url = https://github.com/NativeScript/webkit.git
1313
shallow = true
1414
[submodule "src/libffi"]
1515
path = src/libffi
16-
url = git@github.com:NativeScript/libffi.git
16+
url = https://github.com/NativeScript/libffi.git

0 commit comments

Comments
 (0)