diff options
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 474c117..83708c4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,7 +15,7 @@ mod user; fn main() -> error::Result<()> { let arg_matches = clap::App::new("clinte") .version(clap::crate_version!()) - .author("Ben Morrison (gbmor)") + .author("Ben Morrison <ben@gbmor.dev>") .about("Command-line community notices system") .subcommand(clap::SubCommand::with_name("post").about("Post a new notice")) .subcommand(clap::SubCommand::with_name("update").about("Update a notice you've posted")) |