diff mbox

[U-Boot] Fix trini email in the get_maintainer.pl script

Message ID 1446674127-20119-1-git-send-email-afleming@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Andy Fleming Nov. 4, 2015, 9:55 p.m. UTC
Looks like one spot got missed. Probably due to the backslash.

Signed-off-by: Andy Fleming <afleming@gmail.com>
---
Noticed this while reading up on the MAINTAINERS files

 scripts/get_maintainer.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Nov. 13, 2015, 1:31 a.m. UTC | #1
On Wed, Nov 04, 2015 at 03:55:27PM -0600, Andy Fleming wrote:

> Looks like one spot got missed. Probably due to the backslash.
> 
> Signed-off-by: Andy Fleming <afleming@gmail.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 368a20e..4707dfd 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) {