Update descriptions for crates split out from nu-cli (#4247)

`nu-command` and `nu-data` were split out, but the descriptions still
say 'CLI'.

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
This commit is contained in:
Michel Alexandre Salim 2022-01-09 04:05:50 -08:00 committed by GitHub
parent 398502b0d6
commit 476d543dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
authors = ["The Nu Project Contributors"]
build = "build.rs"
description = "CLI for nushell"
description = "Commands for Nushell"
edition = "2018"
license = "MIT"
name = "nu-command"

View File

@ -1,6 +1,6 @@
[package]
authors = ["The Nu Project Contributors"]
description = "CLI for nushell"
description = "Data for Nushell"
edition = "2018"
license = "MIT"
name = "nu-data"