Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-03-17 01:26:48 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-03-17 01:26:48 +0300
commit4655af9874de61ced87967a4af7f93fe1447f9bd (patch)
treeaa70253433cadda4bd3976661eb9be3e511ef434 /bin
parentd99fe15cff1018bc71557d0b766df22baf02cae4 (diff)
update authors
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-authors.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/update-authors.sh b/bin/update-authors.sh
index 3d3410e..dbc1164 100755
--- a/bin/update-authors.sh
+++ b/bin/update-authors.sh
@@ -10,13 +10,14 @@ while (<>) {
next if /<support\@greenkeeper.io>/;
next if /<badger\@gitter.im>/;
next if /<y.ciabaud\@free.fr>/;
- next if /<.*\@users.noreply.github.com>/;
+ next if /<DiegoRBaquero\@users.noreply.github.com>/;
+ next if /<grunjol\@users.noreply.github.com>/;
$seen{$_} = push @authors, "- ", $_;
}
END {
print "# Authors\n\n";
print "#### Ordered by first contribution.\n\n";
print @authors, "\n";
- print "#### Generated by bin/update-authors.sh.\n\n";
+ print "#### Generated by bin/update-authors.sh.\n";
}
' > AUTHORS.md