浏览代码

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>
Andy Fleming 9 年之前
父节点
当前提交
ca746f044e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/get_maintainer.pl

+ 1 - 1
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) {