Makefile.fetch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f2f47bcf6ab22bbaa2398ac4f8c817c34f41ef4a
Author: Andras Timar <[email protected]>
AuthorDate: Fri Jan 16 10:05:33 2026 +0100
Commit: Andras Timar <[email protected]>
CommitDate: Fri Jan 16 11:37:04 2026 +0100
[cp] alternative download location for extra Noto fonts
Change-Id: I0dc1cbed8b318c97ae0a991b4bcabecbcc8af27e
diff --git a/Makefile.fetch b/Makefile.fetch
index 79b832099151..b03c4ef90ecd 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -262,7 +262,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://github.com/CollaboraOnline/online/releases/download/for-code-assets/,$(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)))