Update pkgs/development/compilers/zig/default.nix

Co-Authored-By: Andrew Kelley <andrew@ziglang.org>
This commit is contained in:
Christine Dodrill 2020-04-13 18:44:34 -04:00 committed by GitHub
parent 841089817d
commit f94bd95368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;