1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00

use https for freetype2, as it is easier to access via a proxy

This commit is contained in:
Wez Furlong 2019-06-13 21:20:56 -07:00
parent 01a8c32b55
commit 2156d4d9a3

2
.gitmodules vendored
View File

@ -3,7 +3,7 @@
url = https://github.com/harfbuzz/harfbuzz.git
[submodule "freetype/freetype2"]
path = deps/freetype/freetype2
url = git://git.savannah.gnu.org/freetype/freetype2.git
url = https://git.savannah.gnu.org/git/freetype/freetype2.git
[submodule "freetype/libpng"]
path = deps/freetype/libpng
url = https://github.com/glennrp/libpng.git