diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-05-26 20:10:51 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-05-26 23:52:50 -0400 |
commit | 7d132af9766a64e8403950fee46491db45598112 (patch) | |
tree | 156c6c7e82fc09052aab793e55459126bb7dc7fb | |
parent | 53f2d63e53dccbfae435e01305327f2fcf84a0d4 (diff) | |
download | clinte-7d132af9766a64e8403950fee46491db45598112.tar.gz |
changed author line
-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")) |