Skip to content

Commit

Permalink
.gitmodules: Use https URL for lwIP submodule.
Browse files Browse the repository at this point in the history
HTTPS is supported by Savannah and better to be secure than not.
  • Loading branch information
dpgeorge committed Jan 31, 2018
1 parent 925c5b1 commit bd257a8
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
Expand Up @@ -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
Expand Down

0 comments on commit bd257a8

Please sign in to comment.