Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 9b37bd3

Browse files
committed
updated .gitmodules to use https:// instead of [email protected] to allow anonymous recursive clone on main repository
1 parent bdbb397 commit 9b37bd3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.gitmodules

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[submodule "modules/OpenLabBackend"]
22
path = modules/OpenLabBackend
3-
url = git@github.com:NanoCAN/OpenLabBackend.git
3+
url = https://github.com/NanoCAN/OpenLabBackend.git
44
branch = master
55
[submodule "modules/OpenLabStorage"]
66
path = modules/OpenLabStorage
7-
url = git@github.com:NanoCAN/OpenLabStorage.git
7+
url = https://github.com/NanoCAN/OpenLabStorage.git
88
branch = master
99
[submodule "modules/OpenLabGeneTracker"]
1010
path = modules/OpenLabGeneTracker
11-
url = git@github.com:NanoCAN/OpenLabGeneTracker.git
11+
url = https://github.com/NanoCAN/OpenLabGeneTracker.git
1212
branch = master
1313
[submodule "modules/OpenLabBarcode"]
1414
path = modules/OpenLabBarcode
15-
url = git@github.com:NanoCAN/OpenLabBarcode.git
15+
url = https://github.com/NanoCAN/OpenLabBarcode.git
1616
branch = master
1717
[submodule "modules/OpenLabAttachments"]
1818
path = modules/OpenLabAttachments
19-
url = git@github.com:NanoCAN/OpenLabAttachments.git
19+
url = https://github.com/NanoCAN/OpenLabAttachments.git
2020
branch = master
2121
[submodule "modules/OpenLabNotes"]
2222
path = modules/OpenLabNotes
23-
url = https://github.com/NanoCAN/OpenLabNotes
23+
url = https://github.com/NanoCAN/OpenLabNotes.git
2424
branch = master
2525
[submodule "prototype"]
2626
path = prototype
27-
url = git@github.com:mlist/grails-prototype.git
27+
url = https://github.com/mlist/grails-prototype.git

0 commit comments

Comments
 (0)