From 86acad02aa07f7579062722179c4c815ba488344 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 15 Feb 2018 19:33:20 +0100 Subject: Update code contributors list --- scripts/generate-code-contributors.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/generate-code-contributors.sh (limited to 'scripts') diff --git a/scripts/generate-code-contributors.sh b/scripts/generate-code-contributors.sh new file mode 100755 index 000000000..eb94d418d --- /dev/null +++ b/scripts/generate-code-contributors.sh @@ -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' -- cgit v1.2.3