* [U-Boot] [PATCH] Fix trini email in the get_maintainer.pl script
@ 2015-11-04 21:55 Andy Fleming
2015-11-13 1:31 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Andy Fleming @ 2015-11-04 21:55 UTC (permalink / raw)
To: u-boot
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(-)
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) {
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] Fix trini email in the get_maintainer.pl script
2015-11-04 21:55 [U-Boot] [PATCH] Fix trini email in the get_maintainer.pl script Andy Fleming
@ 2015-11-13 1:31 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2015-11-13 1:31 UTC (permalink / raw)
To: u-boot
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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151112/5d32cbf8/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-13 1:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04 21:55 [U-Boot] [PATCH] Fix trini email in the get_maintainer.pl script Andy Fleming
2015-11-13 1:31 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox