Skip to content

Commit 38c42b1

Browse files
committed
Don't use git@ for submodule
This makes `git clone --recurse-submodules` fail if it's run in an environment where an SSH key registered with GitHub isn't available. That seems unnecessary in this case, since the repository is public.
1 parent 4a85557 commit 38c42b1

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
@@ -3,4 +3,4 @@
33
url = https://github.com/maxmind/MaxMind-DB
44
[submodule "extension/libmaxminddb"]
55
path = extension/libmaxminddb
6-
url = git@github.com:maxmind/libmaxminddb.git
6+
url = https://github.com/maxmind/libmaxminddb

0 commit comments

Comments
 (0)