From f94bd953685a4a4e9cbf87306dd171b3a5ed01bf Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 13 Apr 2020 18:44:34 -0400 Subject: [PATCH] Update pkgs/development/compilers/zig/default.nix Co-Authored-By: Andrew Kelley --- pkgs/development/compilers/zig/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;