From 2ce892c6f0e76f3d2e34c8b6c4c9fa5b2e6a75b7 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 18 Dec 2019 06:11:14 +1300 Subject: [PATCH] More oops --- crates/nu-value-ext/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/nu-value-ext/Cargo.toml b/crates/nu-value-ext/Cargo.toml index 0d130acbf0..6f07393760 100644 --- a/crates/nu-value-ext/Cargo.toml +++ b/crates/nu-value-ext/Cargo.toml @@ -3,8 +3,6 @@ name = "nu-value-ext" version = "0.7.0" authors = ["Yehuda Katz ", "Jonathan Turner ", "Andrés N. Robalino "] edition = "2018" -description = "A source string characterizer for Nushell" -license = "MIT" description = "Extension traits for values in Nushell" license = "MIT"