Loading pkgs/development/tools/rust/cargo-generate/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/tools/rust/cargo-generate/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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