mirror of
https://github.com/kidoman/embd
synced 2024-12-22 04:40:04 +01:00
doc: list of contributors
This commit is contained in:
parent
ccaa5d4909
commit
b0f00069b5
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…
x
Reference in New Issue
Block a user