aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-23 14:50:00 +0200
committerChocobozzz <me@florianbigard.com>2018-04-23 14:50:00 +0200
commit3e5ff4320a118f684fb751e281081af866bf6944 (patch)
treef6c96e716566f01ae42fa0e70454fff4f77e6dd0 /scripts
parent9d3ef9fe052ed29bd67566754cb28662bd122234 (diff)
downloadPeerTube-3e5ff4320a118f684fb751e281081af866bf6944.tar.gz
PeerTube-3e5ff4320a118f684fb751e281081af866bf6944.tar.zst
PeerTube-3e5ff4320a118f684fb751e281081af866bf6944.zip
Update CREDITS
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'