mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
Fix trini email in the get_maintainer.pl script
Looks like one spot got missed. Probably due to the backslash. Signed-off-by: Andy Fleming <afleming@gmail.com>
This commit is contained in:
@@ -62,7 +62,7 @@ my %commit_author_hash;
|
|||||||
my %commit_signer_hash;
|
my %commit_signer_hash;
|
||||||
|
|
||||||
my @penguin_chief = ();
|
my @penguin_chief = ();
|
||||||
push(@penguin_chief, "Tom Rini:trini\@ti.com");
|
push(@penguin_chief, "Tom Rini:trini\@konsulko.com");
|
||||||
|
|
||||||
my @penguin_chief_names = ();
|
my @penguin_chief_names = ();
|
||||||
foreach my $chief (@penguin_chief) {
|
foreach my $chief (@penguin_chief) {
|
||||||
|
Reference in New Issue
Block a user