Files
collabora-code-docker/lo-noto-download.patch

14 lines
779 B
Diff

diff --git a/Makefile.fetch b/Makefile.fetch
index 361e6e5bf..8edc07311 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -261,7 +261,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
$(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_KR_TARBALL) \
$(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_SC_TARBALL) \
$(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_TC_TARBALL) \
- ,$(call fetch_Download_item,https://noto-website-2.storage.googleapis.com/pkgs,$(item)))
+ ,$(call fetch_Download_item,https://cdn.haguro.top/share/noto,$(item)))
$(foreach item, \
$(call fetch_Optional,MORE_FONTS,FONT_OPENDYSLEXIC_TARBALL) \
,$(call fetch_Download_item,https://github.com/antijingoist/opendyslexic/releases/download/v0.91.12,$(item)))