Merge pull request #289360 from nbraud/pkgs/cargo-generate

cargo-generate: Fix description
This commit is contained in:
kirillrdy 2024-02-17 07:40:26 +11:00 committed by GitHub
commit 59c97ce116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ rustPlatform.buildRustPackage rec {
];
meta = with lib; {
description = "A tool to generaet a new Rust project by leveraging a pre-existing git repository as a template";
description = "A tool to generate a new Rust project by leveraging a pre-existing git repository as a template";
homepage = "https://github.com/cargo-generate/cargo-generate";
changelog = "https://github.com/cargo-generate/cargo-generate/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];