Update code contributors list
This commit is contained in:
parent
02988fdc0b
commit
86acad02aa
2 changed files with 32 additions and 14 deletions
25
CREDITS.md
25
CREDITS.md
|
@ -2,19 +2,32 @@
|
||||||
|
|
||||||
* [Chocobozzz](https://github.com/Chocobozzz)
|
* [Chocobozzz](https://github.com/Chocobozzz)
|
||||||
* [Green-Star](https://github.com/Green-Star)
|
* [Green-Star](https://github.com/Green-Star)
|
||||||
|
* [jankeromnes](https://github.com/jankeromnes)
|
||||||
* [bnjbvr](https://github.com/bnjbvr)
|
* [bnjbvr](https://github.com/bnjbvr)
|
||||||
|
* [DimitriGilbert](https://github.com/DimitriGilbert)
|
||||||
* [dadall](https://github.com/dadall)
|
* [dadall](https://github.com/dadall)
|
||||||
* [dedesite](https://github.com/dedesite)
|
* [dedesite](https://github.com/dedesite)
|
||||||
* [sticmac](https://github.com/sticmac)
|
* [lucaspontoexe](https://github.com/lucaspontoexe)
|
||||||
* [jankeromnes](https://github.com/jankeromnes)
|
* [rigelk](https://github.com/rigelk)
|
||||||
* [flyingrub](https://github.com/flyingrub)
|
* [flyingrub](https://github.com/flyingrub)
|
||||||
* [ReK2Fernandez](https://github.com/ReK2Fernandez)
|
* [svnet-libre](https://github.com/svnet-libre)
|
||||||
* [ALSai](https://github.com/ALSai)
|
* [tcitworld](https://github.com/tcitworld)
|
||||||
* [ewasion](https://github.com/ewasion)
|
* [kaiyou](https://github.com/kaiyou)
|
||||||
|
* [taziden](https://github.com/taziden)
|
||||||
|
* [sticmac](https://github.com/sticmac)
|
||||||
* [qsypoq](https://github.com/qsypoq)
|
* [qsypoq](https://github.com/qsypoq)
|
||||||
* [ldidry](https://github.com/ldidry)
|
* [DatBewar](https://github.com/DatBewar)
|
||||||
|
* [ReK2Fernandez](https://github.com/ReK2Fernandez)
|
||||||
|
* [fflorent](https://github.com/fflorent)
|
||||||
* [faddat](https://github.com/faddat)
|
* [faddat](https://github.com/faddat)
|
||||||
|
* [ldidry](https://github.com/ldidry)
|
||||||
|
* [ALSai](https://github.com/ALSai)
|
||||||
|
* [valvin1](https://github.com/valvin1)
|
||||||
|
* [FrozenDroid](https://github.com/FrozenDroid)
|
||||||
* [AugierLe42e](https://github.com/AugierLe42e)
|
* [AugierLe42e](https://github.com/AugierLe42e)
|
||||||
|
* [jonathanraes](https://github.com/jonathanraes)
|
||||||
|
* [luzpaz](https://github.com/luzpaz)
|
||||||
|
* [ewasion](https://github.com/ewasion)
|
||||||
|
|
||||||
# Design
|
# Design
|
||||||
|
|
||||||
|
|
5
scripts/generate-code-contributors.sh
Executable file
5
scripts/generate-code-contributors.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
|
||||||
|
jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \
|
||||||
|
xargs echo | sed 's/api.github.com\/users/github.com/g'
|
Loading…
Reference in a new issue