Merge pull request #289360 from nbraud/pkgs/cargo-generate
cargo-generate: Fix description
This commit is contained in:
commit
59c97ce116
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue