diff --git a/pkgs/development/compilers/zig/default.nix b/pkgs/development/compilers/zig/default.nix index cfcb8be2d1a5..d88314e21804 100644 --- a/pkgs/development/compilers/zig/default.nix +++ b/pkgs/development/compilers/zig/default.nix @@ -41,7 +41,7 @@ llvmPackages.stdenv.mkDerivation rec { meta = with stdenv.lib; { description = - "Programming languaged designed for robustness, optimality, and clarity"; + "General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software"; homepage = "https://ziglang.org/"; license = licenses.mit; platforms = platforms.unix;