.gitmodules: Use https URL for lwIP submodule.

HTTPS is supported by Savannah and better to be secure than not.
This commit is contained in:
Damien George 2018-01-31 18:55:35 +11:00
parent 925c5b1da2
commit bd257a838f
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -7,7 +7,7 @@
url = https://github.com/atgreen/libffi
[submodule "lib/lwip"]
path = lib/lwip
url = http://git.savannah.gnu.org/r/lwip.git
url = https://git.savannah.gnu.org/r/lwip.git
[submodule "lib/berkeley-db-1.xx"]
path = lib/berkeley-db-1.xx
url = https://github.com/pfalcon/berkeley-db-1.xx