Skip to content

Commit 464127a

Browse files
committed
Use https:// instead of git:// for submodules
It would be nice if we could use the most generic transport protocol here. Our company's sysadmin won't allow git protocol traffic (9418/tcp) so I cannot go get this package.
1 parent d19f6d4 commit 464127a

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
@@ -1,3 +1,3 @@
11
[submodule "test-data"]
22
path = test-data
3-
url = git://github.com/maxmind/MaxMind-DB.git
3+
url = https://github.com/maxmind/MaxMind-DB.git

0 commit comments

Comments
 (0)