mirror of
https://github.com/kidoman/embd
synced 2024-12-21 20:30:05 +01:00
update contributors
This commit is contained in:
parent
acf38b972d
commit
94cc116a81
15
CONTRIBUTORS
15
CONTRIBUTORS
@ -1,8 +1,17 @@
|
|||||||
Karan Misra <kidoman@gmail.com>
|
adeschamps <anthony.j.deschamps@gmail.com>
|
||||||
|
alsm <asm@rndm.io>
|
||||||
|
Al S-M <asm@rndm.io>
|
||||||
|
Ben Delarre <ben@delarre.net>
|
||||||
|
Ben Schwartz <benschw@gmail.com>
|
||||||
|
Gavin Cabbage <gavincabbage@gmail.com>
|
||||||
|
gotang <gotang@foxmail.com>
|
||||||
Kashyap Kopparam <kashyapkopparam@gmail.com>
|
Kashyap Kopparam <kashyapkopparam@gmail.com>
|
||||||
Kunal Powar <kunalpowar1203@gmail.com>
|
Kunal Powar <kunalpowar1203@gmail.com>
|
||||||
Marco P. Monteiro <marco_monteiro@sv.comcast.com>
|
Marco P. Monteiro <marco_monteiro@sv.comcast.com>
|
||||||
|
Matthew Dale <matthew@matthewrdale.com>
|
||||||
Nikesh Vora <nikesh.voratp@gmail.com>
|
Nikesh Vora <nikesh.voratp@gmail.com>
|
||||||
|
SjB <steve@sagacity.ca>
|
||||||
Steve Beaulac <steve@beaulac.me>
|
Steve Beaulac <steve@beaulac.me>
|
||||||
Al S-M <asm@rndm.io>
|
Thorsten von Eicken <tve@rightscale.com>
|
||||||
Ben Delarre <ben@delarre.net>
|
wiless <wiless.bytes@gmail.com>
|
||||||
|
Wu Jiang <wu@morediff.info>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com > CONTRIBUTORS
|
git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com |\
|
||||||
|
grep -v noreply@ | cat CONTRIBUTORS - | sort | uniq > CONTRIBUTORS.new
|
||||||
|
mv CONTRIBUTORS.new CONTRIBUTORS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user