This commit is contained in:
DC
2016-08-23 00:08:46 -07:00
parent f259b32cce
commit 603c24faed
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ while (<>) {
next if /(ungoldman\@gmail.com)/;
next if /(dc\@DCs-MacBook.local)/;
next if /(rolandoguedes\@gmail.com)/;
next if /(grunjol\@users.noreply.github.com)/;
$seen{$_} = push @authors, "- ", $_;
}
END {