]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - scripts/get_maintainer.pl
Merge branch '2024-03-02-assorted-updates' into next
[thirdparty/u-boot.git] / scripts / get_maintainer.pl
index 6c58578e9885d66d582b731c50ba031b33f5ab4a..71cf18c2b3ee9d6f4f096c108b9c8db8f0621e97 100755 (executable)
@@ -80,7 +80,7 @@ my %commit_author_hash;
 my %commit_signer_hash;
 
 my @penguin_chief = ();
-push(@penguin_chief, "Tom Rini:trini\@konsulko.com");
+push(@penguin_chief, "Tom RINI:trini\@konsulko.com");
 
 my @penguin_chief_names = ();
 foreach my $chief (@penguin_chief) {