aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CREDITS.md58
-rw-r--r--README.md6
-rwxr-xr-xscripts/generate-code-contributors.sh4
3 files changed, 35 insertions, 33 deletions
diff --git a/CREDITS.md b/CREDITS.md
index dd195305a..5f89ee8a2 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -1,33 +1,35 @@
1# Code 1# Code
2 2
3 * [Chocobozzz](https://github.com/Chocobozzz) 3 * [Chocobozzz](https://github.com/Chocobozzz)
4 * [Green-Star](https://github.com/Green-Star) 4 * [gegeweb](https://github.com/gegeweb)
5 * [jankeromnes](https://github.com/jankeromnes) 5 * [rigelk](https://github.com/rigelk)
6 * [bnjbvr](https://github.com/bnjbvr) 6 * [bnjbvr](https://github.com/bnjbvr)
7 * [DimitriGilbert](https://github.com/DimitriGilbert) 7 * [DimitriGilbert](https://github.com/DimitriGilbert)
8 * [dadall](https://github.com/dadall) 8 * [Green-Star](https://github.com/Green-Star)
9 * [dedesite](https://github.com/dedesite) 9 * [jankeromnes](https://github.com/jankeromnes)
10 * [lucaspontoexe](https://github.com/lucaspontoexe) 10 * [Angristan](https://github.com/Angristan)
11 * [rigelk](https://github.com/rigelk) 11 * [okhin](https://github.com/okhin)
12 * [flyingrub](https://github.com/flyingrub) 12 * [svnet-libre](https://github.com/svnet-libre)
13 * [svnet-libre](https://github.com/svnet-libre) 13 * [dedesite](https://github.com/dedesite)
14 * [tcitworld](https://github.com/tcitworld) 14 * [floSoX](https://github.com/floSoX)
15 * [kaiyou](https://github.com/kaiyou) 15 * [dadall](https://github.com/dadall)
16 * [taziden](https://github.com/taziden) 16 * [jonathanraes](https://github.com/jonathanraes)
17 * [sticmac](https://github.com/sticmac) 17 * [ldidry](https://github.com/ldidry)
18 * [qsypoq](https://github.com/qsypoq) 18 * [DavidLibeau](https://github.com/DavidLibeau)
19 * [DatBewar](https://github.com/DatBewar) 19 * [mrflos](https://github.com/mrflos)
20 * [ReK2Fernandez](https://github.com/ReK2Fernandez) 20 * [LecygneNoir](https://github.com/LecygneNoir)
21 * [fflorent](https://github.com/fflorent) 21 * [lucaspontoexe](https://github.com/lucaspontoexe)
22 * [faddat](https://github.com/faddat) 22 * [flyingrub](https://github.com/flyingrub)
23 * [ldidry](https://github.com/ldidry) 23 * [tcitworld](https://github.com/tcitworld)
24 * [ALSai](https://github.com/ALSai) 24 * [valvin1](https://github.com/valvin1)
25 * [valvin1](https://github.com/valvin1) 25 * [kaiyou](https://github.com/kaiyou)
26 * [FrozenDroid](https://github.com/FrozenDroid) 26 * [taziden](https://github.com/taziden)
27 * [AugierLe42e](https://github.com/AugierLe42e) 27 * [sticmac](https://github.com/sticmac)
28 * [jonathanraes](https://github.com/jonathanraes) 28 * [luzpaz](https://github.com/luzpaz)
29 * [luzpaz](https://github.com/luzpaz) 29 * [qsypoq](https://github.com/qsypoq)
30 * [ewasion](https://github.com/ewasion) 30 * [noplanman](https://github.com/noplanman)
31 * [Nautigsam](https://github.com/Nautigsam)
32 * [ewft](https://github.com/ewft)
31 33
32# Design 34# Design
33 35
diff --git a/README.md b/README.md
index c49d5a27d..566b8f1a9 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ Federated (ActivityPub) video streaming platform using P2P (BitTorrent)
7directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>. 7directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
8</h4> 8</h4>
9 9
10**PeerTube is sponsored by [Framasoft](https://framatube.org/#en), a non-profit 10**PeerTube is developed by [Framasoft](https://framatube.org/#en), a non-profit
11that promotes, spreads and develops free culture in general, and free-libre 11that promotes and spreads free culture in general, and free-libre software in
12software in particular. If you want to support this project, please [consider 12particular. If you want to support this project, please [consider
13donating to them](https://soutenir.framasoft.org/en/).** 13donating to them](https://soutenir.framasoft.org/en/).**
14 14
15<p align="center"> 15<p align="center">
diff --git a/scripts/generate-code-contributors.sh b/scripts/generate-code-contributors.sh
index 9c2541cc2..2201377ae 100755
--- a/scripts/generate-code-contributors.sh
+++ b/scripts/generate-code-contributors.sh
@@ -3,5 +3,5 @@
3set -eu 3set -eu
4 4
5curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \ 5curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
6 jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \ 6 jq -r 'map(" * [" + .login + "](" + .url + ")") | .[]' | \
7 xargs echo | sed 's/api.github.com\/users/github.com/g' 7 sed 's/api.github.com\/users/github.com/g'