Skip to content

Commit 58d657c

Browse files
authored
Change Gemmi submodule from ssh to https (#500)
Issue #492 indicates there's issues with having the Gemmi submodule loaded by SSH. Change that to HTTPS, to match other external submodules.
1 parent c2901cf commit 58d657c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
branch = bcl_rosetta
2626
[submodule "source/external/gemmi_repo"]
2727
path = source/external/gemmi_repo
28-
url = git@github.com:project-gemmi/gemmi.git
28+
url = https://github.com/project-gemmi/gemmi.git
2929
############################
3030
# Boost Modules
3131
############################

0 commit comments

Comments
 (0)