Skip to content

Commit 8a19d6a

Browse files
committed
Fix pybind submodule url (ssh -> https)
1 parent 812f236 commit 8a19d6a

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
@@ -12,4 +12,4 @@
1212
url = https://github.com/timothytylee/libgsm.git
1313
[submodule "vendors/pybind11"]
1414
path = vendors/pybind11
15-
url = git@github.com:pybind/pybind11.git
15+
url = https://github.com/pybind/pybind11.git

0 commit comments

Comments
 (0)