From 8f51aaae0cf24af9bfc0c6d32fceaaccfdf8695f Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 8 Sep 2022 10:15:56 -0400 Subject: [PATCH] cargo-zigbuild: fix grammar in description --- pkgs/development/tools/rust/cargo-zigbuild/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/cargo-zigbuild/default.nix b/pkgs/development/tools/rust/cargo-zigbuild/default.nix index 19dd70c3e488..ce6cd32fa553 100644 --- a/pkgs/development/tools/rust/cargo-zigbuild/default.nix +++ b/pkgs/development/tools/rust/cargo-zigbuild/default.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { ''; meta = with lib; { - description = "A tool to compile Cargo project with zig as linker"; + description = "A tool to compile Cargo projects with zig as the linker"; homepage = "https://github.com/messense/cargo-zigbuild"; license = licenses.mit; maintainers = with maintainers; [ figsoda ];