We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d09af4 + b50e07a commit fc5a975Copy full SHA for fc5a975
1 file changed
src/main.zig
@@ -808,7 +808,7 @@ const DownloadIndexKind = enum {
808
pub fn url(self: DownloadIndexKind) []const u8 {
809
return switch (self) {
810
.official => "https://ziglang.org/download/index.json",
811
- .mach => "https://machengine.org/zig/index.json",
+ .mach => "https://pkg.hexops.org/zig/index.json",
812
};
813
}
814
pub fn uri(self: DownloadIndexKind) std.Uri {
0 commit comments