From 03826e58d652e3cb007504d0d07a1826a9436537 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Wed, 3 Apr 2019 15:53:49 -0700 Subject: get-authors: Add GitHub user ayveejay -> Andrew V. Jones. --- contrib/get-authors | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/get-authors') 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}' | \ -- cgit v1.2.3