فهرست منبع

tools/general_assembly: exclude Derek from GA emails

At his own request, he can remove the entry whenever he likes.
Anton Khirnov 1 سال پیش
والد
کامیت
3bfb6061fb
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      tools/general_assembly.pl

+ 1 - 0
tools/general_assembly.pl

@@ -27,6 +27,7 @@ my @extra_members = (
 
 
 # list of names of people who asked to be excluded from GA emails
 # list of names of people who asked to be excluded from GA emails
 my %excluded_members = (
 my %excluded_members = (
+    'Derek Buitenhuis' => 0,
 );
 );
 
 
 sub trim { my $s = shift; $s =~ s/^\s+|\s+$//g; return $s };
 sub trim { my $s = shift; $s =~ s/^\s+|\s+$//g; return $s };