Update code contributors list

pull/298/head
Chocobozzz 2018-02-15 19:33:20 +01:00
parent 02988fdc0b
commit 86acad02aa
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 32 additions and 14 deletions

View File

@ -1,20 +1,33 @@
# Code
* [Chocobozzz](https://github.com/Chocobozzz)
* [Green-Star](https://github.com/Green-Star)
* [bnjbvr](https://github.com/bnjbvr)
* [dadall](https://github.com/dadall)
* [dedesite](https://github.com/dedesite)
* [sticmac](https://github.com/sticmac)
* [jankeromnes](https://github.com/jankeromnes)
* [flyingrub](https://github.com/flyingrub)
* [ReK2Fernandez](https://github.com/ReK2Fernandez)
* [ALSai](https://github.com/ALSai)
* [Chocobozzz](https://github.com/Chocobozzz)
* [Green-Star](https://github.com/Green-Star)
* [jankeromnes](https://github.com/jankeromnes)
* [bnjbvr](https://github.com/bnjbvr)
* [DimitriGilbert](https://github.com/DimitriGilbert)
* [dadall](https://github.com/dadall)
* [dedesite](https://github.com/dedesite)
* [lucaspontoexe](https://github.com/lucaspontoexe)
* [rigelk](https://github.com/rigelk)
* [flyingrub](https://github.com/flyingrub)
* [svnet-libre](https://github.com/svnet-libre)
* [tcitworld](https://github.com/tcitworld)
* [kaiyou](https://github.com/kaiyou)
* [taziden](https://github.com/taziden)
* [sticmac](https://github.com/sticmac)
* [qsypoq](https://github.com/qsypoq)
* [DatBewar](https://github.com/DatBewar)
* [ReK2Fernandez](https://github.com/ReK2Fernandez)
* [fflorent](https://github.com/fflorent)
* [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)
* [jonathanraes](https://github.com/jonathanraes)
* [luzpaz](https://github.com/luzpaz)
* [ewasion](https://github.com/ewasion)
* [qsypoq](https://github.com/qsypoq)
* [ldidry](https://github.com/ldidry)
* [faddat](https://github.com/faddat)
* [AugierLe42e](https://github.com/AugierLe42e)
# Design

View 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'