From eea1a576c237dddc839213e9082d617f8f7c1270 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 23 Aug 2019 17:36:52 +1200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6690c2ea85..42e4cbd662 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nu" version = "0.2.0" -authors = ["Yehuda Katz ", "Jonathan Turner "] +authors = ["Yehuda Katz ", "Jonathan Turner ", "Andrés N. Robalino "] description = "A shell for the GitHub era" license = "MIT" edition = "2018"