Removed authors and contributors list, git history is a better place for this.

This commit is contained in:
clinton 2017-05-22 14:39:30 +10:00
parent 29f2c69f57
commit 8b45556a0d
4 changed files with 0 additions and 29 deletions

View File

@ -1,4 +0,0 @@
Karan Misra <kidoman@gmail.com>
Kunal Powar <kunalpowar1203@gmail.com>
Nikesh Vora <nikesh.voratp@gmail.com>
Akhil Sahdev <akhilsahdev@thoughtworks.com>

View File

@ -1,17 +0,0 @@
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>
Kunal Powar <kunalpowar1203@gmail.com>
Marco P. Monteiro <marco_monteiro@sv.comcast.com>
Matthew Dale <matthew@matthewrdale.com>
Nikesh Vora <nikesh.voratp@gmail.com>
SjB <steve@sagacity.ca>
Steve Beaulac <steve@beaulac.me>
Thorsten von Eicken <tve@rightscale.com>
wiless <wiless.bytes@gmail.com>
Wu Jiang <wu@morediff.info>

View File

@ -253,9 +253,6 @@ If you find a problem but are not up to coding a fix please file an
[issue](https://github.com/cfreeman/embd/issues).
Thank you!
## About
EMBD is affectionately designed/developed by Karan Misra ([kidoman](https://github.com/kidoman)), Kunal Powar ([kunalpowar](https://github.com/kunalpowar)) and [FRIENDS](https://github.com/cfreeman/embd/blob/master/AUTHORS). We also have a list of [CONTRIBUTORS](https://github.com/cfreeman/embd/blob/master/CONTRIBUTORS).
## TODO
* Continue to tidy up the readme and other documenting files.

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
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