Fix the URL of xmas-elf in .gitmodules

Althrough github can automatically redirect the access from http to
https.

Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
This commit is contained in:
Jia Zhang 2019-02-26 12:12:35 +08:00 committed by Tate Tian
parent f018fb750e
commit cf64e78fc1

2
.gitmodules vendored

@ -4,7 +4,7 @@
branch = master branch = master
[submodule "deps/xmas-elf"] [submodule "deps/xmas-elf"]
path = deps/xmas-elf path = deps/xmas-elf
url = http://github.com/occlum/xmas-elf url = https://github.com/occlum/xmas-elf
branch = master branch = master
[submodule "deps/sgx_protect_file"] [submodule "deps/sgx_protect_file"]
path = deps/sgx_protect_file path = deps/sgx_protect_file