Skip to content

Commit b6c6d56

Browse files
committed
chore: submodules using https
1 parent db98aa7 commit b6c6d56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[submodule "demo-react"]
22
path = demo-react
3-
url = git@github.com:nativescript-community/plugin-seed-demo-react.git
3+
url = https://github.com/nativescript-community/plugin-seed-demo-react.git
44
[submodule "demo-svelte"]
55
path = demo-svelte
6-
url = git@github.com:nativescript-community/plugin-seed-demo-svelte.git
6+
url = https://github.com/nativescript-community/plugin-seed-demo-svelte.git
77
[submodule "demo-ng"]
88
path = demo-ng
9-
url = git@github.com:nativescript-community/plugin-seed-demo-ng.git
9+
url = https://github.com/nativescript-community/plugin-seed-demo-ng.git
1010
[submodule "demo-vue"]
1111
path = demo-vue
12-
url = git@github.com:nativescript-community/plugin-seed-demo-vue.git
12+
url = https://github.com/nativescript-community/plugin-seed-demo-vue.git
1313
[submodule "tools"]
1414
path = tools
1515
url = https://github.com/nativescript-community/plugin-seed-tools.git

0 commit comments

Comments
 (0)