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.md3
-rwxr-xr-xbin/update-authors.sh5
2 files changed, 5 insertions, 3 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index dd31bb2..b402619 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -16,6 +16,7 @@
- gtuk <gtuk@hush.ai>
- thammin <thammin@live.co.uk>
- Valérian Galliat <val@codejam.info>
+- charlescharles <charlescharles@users.noreply.github.com>
- opfl <openthefrog@gmail.com>
- Chris <abody.97@gmail.com>
- Astro <astro@spaceboyz.net>
@@ -49,6 +50,7 @@
- Joseph Frazier <1212jtraceur@gmail.com>
- Ivan Vučica <ivan@vucica.net>
- ReadmeCritic <frankensteinbot@gmail.com>
+- Anders D. Johnson <adjohnson916@users.noreply.github.com>
- vinz243 <vinz243@gmail.com>
- Diego Rodríguez <diegorbaquero@gmail.com>
- Aram Drevekenin <grimsniffer@gmail.com>
@@ -64,4 +66,3 @@
- Mike <kenr.mk@gmail.com>
#### Generated by bin/update-authors.sh.
-
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