Skip to content

Commit

Permalink
Use https:// instead of git:// for submodules
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yaegashi committed Sep 1, 2017
1 parent d19f6d4 commit 464127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "test-data"]
path = test-data
url = git://github.com/maxmind/MaxMind-DB.git
url = https://github.com/maxmind/MaxMind-DB.git

0 comments on commit 464127a

Please sign in to comment.