From 3f1ec2a06e9242c93c53fda48f8e5653d8e045f2 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:00:55 +0100 Subject: [PATCH] chore: update author --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")