Skip to content

Commit

Permalink
Merge pull request #450 from shermanlo77/gitmodules
Browse files Browse the repository at this point in the history
Use https instead of ssh in `.gitmodules`
  • Loading branch information
DimaMolod authored Jan 16, 2025
2 parents 547f1bc + 806fd4f commit be44ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[submodule "alphafold"]
path = alphafold
url = git@github.com:KosinskiLab/alphafold.git
url = https://github.com/KosinskiLab/alphafold.git
branch = main
[submodule "alphapulldown/analysis_pipeline/af2plots"]
path = alphapulldown/analysis_pipeline/af2plots
url = https://gitlab.com/gchojnowski/af2plots.git
branch = main
[submodule "AlphaLink2"]
path = AlphaLink2
url = git@github.com:KosinskiLab/AlphaLink2.git
url = https://github.com/KosinskiLab/AlphaLink2.git
branch = main
[submodule "ColabFold"]
path = ColabFold
url = git@github.com:sokrypton/ColabFold.git
url = https://github.com/sokrypton/ColabFold.git
branch = main
[submodule "alphafold3"]
path = alphafold3
Expand Down

0 comments on commit be44ce1

Please sign in to comment.