From: Joel Rosdahl Date: Sat, 29 Oct 2022 11:17:57 +0000 (+0200) Subject: chore: Update authors X-Git-Tag: v4.7.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a04d7c881859910080619ba926eb74988c8c74;p=thirdparty%2Fccache.git chore: Update authors --- diff --git a/misc/update-authors b/misc/update-authors index 9964b5147..80a58b64d 100755 --- a/misc/update-authors +++ b/misc/update-authors @@ -1,6 +1,6 @@ #!/bin/sh -anonymous="^(6d5CfLQ3dYAb|bengtj|Delgan|luzpaz|RW|vsplesk)$" +anonymous="^(6d5CfLQ3dYAb|bengtj|Delgan|luzpaz|rblx-kbuck|RW|vsplesk)$" if [ -d .git ]; then # Fetch full Git history if needed, e.g. when run via CI.