diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-code-contributors.sh | 4 |
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 @@ | |||
3 | set -eu | 3 | set -eu |
4 | 4 | ||
5 | curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \ | 5 | curl -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' |