aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-06 15:03:43 +0100
committerGitHub <noreply@github.com>2024-06-06 15:03:43 +0100
commiteb4a5ab4cd57e8059bb41ef7d715721aa1af049a (patch)
tree86b14e620822ec656b40938931beb9fd6c473749 /crates
parentfeat(ui): setup single-instance (#2093) (diff)
downloadatuin-eb4a5ab4cd57e8059bb41ef7d715721aa1af049a.zip
chore: update email, gitignore, tweak ui (#2094)
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin/src/main.rs b/crates/atuin/src/main.rs
index 16a80b10..eaa58664 100644
--- a/crates/atuin/src/main.rs
+++ b/crates/atuin/src/main.rs
@@ -27,7 +27,7 @@ static HELP_TEMPLATE: &str = "\
/// Magical shell history
#[derive(Parser)]
#[command(
- author = "Ellie Huxtable <e@elm.sh>",
+ author = "Ellie Huxtable <ellie@atuin.sh>",
version = VERSION,
help_template(HELP_TEMPLATE),
)]