aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-code-contributors.sh4
1 files changed, 2 insertions, 2 deletions
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'