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
diff options
context:
space:
mode:
-rw-r--r--AUTHORS.md1
-rwxr-xr-xbin/update-authors.sh (renamed from tools/authors.sh)1
2 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index 31165d7..5616fac 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -60,7 +60,6 @@
- William Blankenship <william.jblankenship@gmail.com>
- James Halliday <mail@substack.net>
- Bazyli BrzoĢska <bazyli.brzoska@gmail.com>
-- Yoann Ciabaud <y.ciabaud@free.fr>
#### Generated by tools/authors.sh.
diff --git a/tools/authors.sh b/bin/update-authors.sh
index 035af1b..2b7fd79 100755
--- a/tools/authors.sh
+++ b/bin/update-authors.sh
@@ -9,6 +9,7 @@ while (<>) {
next if $seen{$_};
next if /<support\@greenkeeper.io>/;
next if /<badger\@gitter.im>/;
+ next if /<y.ciabaud\@free.fr>/;
next if /<.*\@users.noreply.github.com>/;
$seen{$_} = push @authors, "- ", $_;
}