mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 10:15:22 +00:00
tools/general_assembly: exclude Derek from GA emails
At his own request, he can remove the entry whenever he likes.
This commit is contained in:
parent
9cb8928d69
commit
3bfb6061fb
@ -27,6 +27,7 @@ my @extra_members = (
|
||||
|
||||
# list of names of people who asked to be excluded from GA emails
|
||||
my %excluded_members = (
|
||||
'Derek Buitenhuis' => 0,
|
||||
);
|
||||
|
||||
sub trim { my $s = shift; $s =~ s/^\s+|\s+$//g; return $s };
|
||||
|
Loading…
Reference in New Issue
Block a user