Use secure URL of git submodule in .gitmodules

(Closes: #58)
This commit is contained in:
Boris Pek 2019-01-13 23:55:13 +03:00 committed by Jan Vidar Krey
parent 9038f56efe
commit 3435d53478
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "thirdparty/sqlite"]
path = thirdparty/sqlite
url = git://github.com/janvidar/sqlite.git
url = https://github.com/janvidar/sqlite.git