From 5cc7fbcde7e1c81b21c4fad55e6c78cabef6370e Mon Sep 17 00:00:00 2001 From: Michael Angerman Date: Tue, 5 Oct 2021 13:03:43 -0700 Subject: [PATCH] jntrnr to nushell --- crates/nu-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 5b47189196..3f2f90c7cc 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -12,4 +12,4 @@ nu-protocol = { path = "../nu-protocol" } miette = { version = "3.0.0", features = ["fancy"] } thiserror = "1.0.29" nu-ansi-term = "0.36.0" -reedline = { git = "https://github.com/jntrnr/reedline", branch = "main" } +reedline = { git = "https://github.com/nushell/reedline", branch = "main" }