summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2019-04-03 15:53:49 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2019-04-03 15:53:49 -0700
commit03826e58d652e3cb007504d0d07a1826a9436537 (patch)
tree9c3fd46bd16c18a8ced479b2e2bb43909f529f4f
parente1f463c0884dccf8fe513bd59bfd7ba6a8592183 (diff)
get-authors: Add GitHub user ayveejay -> Andrew V. Jones.
-rwxr-xr-xcontrib/get-authors1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/get-authors b/contrib/get-authors
index d70e0ecda..df147d10d 100755
--- a/contrib/get-authors
+++ b/contrib/get-authors
@@ -66,6 +66,7 @@ while [ $# -gt 0 ]; do
sed 's/Martin/Martin Brain/' | \
sed 's/justinxu421/Justin Xu/' | \
sed 's/yoni206/Yoni Zohar/' | \
+ sed 's/ayveejay/Andrew V. Jones/' | \
# Remove first columns from uniq -c (number of lines)
awk '{$1=""; print}' | \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback