mirror of
https://github.com/kidoman/embd
synced 2025-07-03 03:47:33 +02:00
doc: list of contributors
This commit is contained in:
parent
ccaa5d4909
commit
b0f00069b5
3 changed files with 10 additions and 1 deletions
6
CONTRIBUTORS
Normal file
6
CONTRIBUTORS
Normal file
|
@ -0,0 +1,6 @@
|
|||
Karan Misra <kidoman@gmail.com>
|
||||
Kashyap Kopparam <kashyapkopparam@gmail.com>
|
||||
Kunal Powar <kunalpowar1203@gmail.com>
|
||||
Marco P. Monteiro <marco_monteiro@sv.comcast.com>
|
||||
Nikesh Vora <nikesh.voratp@gmail.com>
|
||||
kunalpowar <kunalpowar1203@gmail.com>
|
|
@ -224,4 +224,4 @@ File an [issue](https://github.com/kidoman/embd/issues), open a [pull request](h
|
|||
|
||||
## 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/kidoman/embd/blob/master/AUTHORS).
|
||||
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/kidoman/embd/blob/master/AUTHORS). We also have a list of [CONTRIBUTORS](https://github.com/kidoman/embd/blob/master/CONTRIBUTORS).
|
||||
|
|
3
update_contibutors.sh
Executable file
3
update_contibutors.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com > CONTRIBUTORS
|
Loading…
Add table
Add a link
Reference in a new issue