mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Update Cargo.toml
This commit is contained in:
parent
6dd04e4322
commit
f51c8ea4dc
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "nu"
|
||||
version = "0.1.1"
|
||||
authors = ["Yehuda Katz <wycats@gmail.com>"]
|
||||
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>"]
|
||||
description = "A shell for the GitHub era"
|
||||
license = "ISC"
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Reference in a new issue