]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - scripts/get_maintainer.pl
Fix trini email in the get_maintainer.pl script
[thirdparty/u-boot.git] / scripts / get_maintainer.pl
index 368a20e2ccf3aad2ac43eef3847373d36d626f5b..4707dfd18e6f5e1045c03e139b3c5a2d94ad5916 100755 (executable)
@@ -62,7 +62,7 @@ my %commit_author_hash;
 my %commit_signer_hash;
 
 my @penguin_chief = ();
-push(@penguin_chief, "Tom Rini:trini\@ti.com");
+push(@penguin_chief, "Tom Rini:trini\@konsulko.com");
 
 my @penguin_chief_names = ();
 foreach my $chief (@penguin_chief) {