cargo-zigbuild: fix grammar in description

This commit is contained in:
figsoda 2022-09-08 10:15:56 -04:00 committed by GitHub
parent 4ceb1c0362
commit 8f51aaae0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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