From f51c8ea4dc72daf8ef76ec180e737db2d64968a4 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 3 Jun 2019 04:50:41 +1200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f8457051..0cde56aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "nu" version = "0.1.1" -authors = ["Yehuda Katz "] +authors = ["Yehuda Katz ", "Jonathan Turner "] 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