cargo-generate: Fix description

This commit is contained in:
nicoo 2024-02-16 18:01:27 +00:00
parent e69428d774
commit a2f71e1161

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