mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
fix CI: savannah is down, use a github mirror for freetype
This commit is contained in:
parent
fd78a0b3ce
commit
e556e03793
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -3,7 +3,8 @@
|
||||
url = https://github.com/harfbuzz/harfbuzz.git
|
||||
[submodule "freetype/freetype2"]
|
||||
path = deps/freetype/freetype2
|
||||
url = https://git.savannah.gnu.org/git/freetype/freetype2.git
|
||||
# url = https://git.savannah.gnu.org/git/freetype/freetype2.git
|
||||
url = https://github.com/aseprite/freetype2.git
|
||||
[submodule "freetype/libpng"]
|
||||
path = deps/freetype/libpng
|
||||
url = https://github.com/glennrp/libpng.git
|
||||
|
Loading…
Reference in New Issue
Block a user