Update pkgs/development/compilers/zig/default.nix
Co-Authored-By: Andrew Kelley <andrew@ziglang.org>
This commit is contained in:
parent
841089817d
commit
f94bd95368
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ llvmPackages.stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description =
|
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/";
|
homepage = "https://ziglang.org/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in a new issue