diff options
author | Andy Fleming <afleming@gmail.com> | 2015-11-04 15:55:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-12 18:13:20 -0500 |
commit | ca746f044e3c8b047598601fdf3d732505a67c4c (patch) | |
tree | d6902142009027a6151366581935670c73e2bac4 /scripts/get_maintainer.pl | |
parent | 5ea667ea2fcc662df11dc16f2fe492a424ff8759 (diff) |
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>
Diffstat (limited to 'scripts/get_maintainer.pl')
-rwxr-xr-x | scripts/get_maintainer.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 368a20e2ccf..4707dfd18e6 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl @@ -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) { |