diff --git a/src/main.rs b/src/main.rs index 14e54f9..3898531 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,7 +21,7 @@ const NUM_VERSION_DEFAULT: usize = 14; fn cli() -> Command { Command::new("differy") .version(crate_version!()) - .author("Florian Dieminger ") + .author("MDN Engineering Team ") .about("Hash and diff all the things") .subcommand( Command::new("hash")