Skip to content

Commit 30c13f8

Browse files
authored
Merge branch 'bishtgautam/update-submodule-url' (PR#2301)
URL of all submodules is updated to use https instead of requiring a github account for v1 release. [BFB]
2 parents e92e514 + e5946c9 commit 30c13f8

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,13 +1,13 @@
11
[submodule "components/clm/src/external_models/fates"]
22
path = components/clm/src/external_models/fates
3-
url = git@github.com:NGEET/fates-release.git
3+
url = https://github.com/NGEET/fates-release.git
44
[submodule "alm-mpp"]
55
path = components/clm/src/external_models/mpp
6-
url = git@github.com:MPP-LSM/MPP.git
6+
url = https://github.com/MPP-LSM/MPP.git
77
branch = alm/develop
88
[submodule "sbetr"]
99
path = components/clm/src/external_models/sbetr
10-
url = git@github.com:BeTR-biogeochemistry-modeling/sbetr.git
10+
url = https://github.com/BeTR-biogeochemistry-modeling/sbetr.git
1111
[submodule "components/mpas-source"]
1212
path = components/mpas-source
13-
url = git@github.com:MPAS-Dev/MPAS-Model.git
13+
url = https://github.com/MPAS-Dev/MPAS-Model.git

0 commit comments

Comments
 (0)