.gitmodules: Use https URL for lwIP submodule.

HTTPS is supported by Savannah and better to be secure than not.
pull/3572/merge
Damien George 2018-01-31 18:55:35 +11:00
rodzic 925c5b1da2
commit bd257a838f
1 zmienionych plików z 1 dodań i 1 usunięć

2
.gitmodules vendored
Wyświetl plik

@ -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