diff options
author | Damien George <damien.p.george@gmail.com> | 2018-01-31 18:55:35 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-01-31 18:55:35 +1100 |
commit | bd257a838f605d4f45eb11edf9f89aa603ef2f33 (patch) | |
tree | 3551b7d9ea840204010a003b4376e1af5f5eeb7f | |
parent | 925c5b1da2fed80774dd393d597392a2c254effa (diff) |
.gitmodules: Use https URL for lwIP submodule.
HTTPS is supported by Savannah and better to be secure than not.
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index d2d8dd278..c3f4c55ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |