From 92df0018aa3ea1d4740f658e222977c8107fd3d9 Mon Sep 17 00:00:00 2001 From: Hussein Al Abry Date: Wed, 9 Aug 2023 22:27:27 +0400 Subject: [PATCH] Fix Zig URL in README Changed the URL to https://ziglang.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3d07e..11a67ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nix Flake for Zig -This repository is a Nix flake packaging the [Zig](https://ziglang.com) +This repository is a Nix flake packaging the [Zig](https://ziglang.org) compiler. The flake mirrors the binaries built officially by Zig and does not build them from source.