From 674ed9bb9667f689690d1f018076735b9125b660 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 11 Jan 2024 21:04:48 -0800 Subject: [PATCH] build: do not depend on codeberg for dependencies This makes our only network dependency GitHub. GitHub also has availability problems periodically so I also want to remove this requirement over time. --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index c1472894d..536b5c1a1 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -21,7 +21,7 @@ .hash = "1220df81f0e65cc9ccd3628572c611e6f267a71f1bff1be19d50f4ac49ee2a83c324", }, .ziglyph = .{ - .url = "https://codeberg.org/dude_the_builder/ziglyph/archive/0e17bd36a4e882b194a87c283bd78562ea215116.tar.gz", + .url = "https://deps.files.ghostty.dev/ziglyph-0e17bd36a4e882b194a87c283bd78562ea215116.tar.gz", .hash = "12208553f3f47e51494e187f4c0e6f6b3844e3993436cad4a0e8c4db4e99645967b5", },