summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-29 13:17:57 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-29 13:17:57 +0200
commit98a04d7c881859910080619ba926eb74988c8c74 (patch)
tree5ac248fe6eebe34c2f6b535b1c9018f747002327
parent944f24b83ca83c5b3e4ff95d5e60eccc5562eedb (diff)
downloadccache-98a04d7c881859910080619ba926eb74988c8c74.tar.gz
chore: Update authorsv4.7.2
-rwxr-xr-xmisc/update-authors2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/update-authors b/misc/update-authors
index 9964b514..80a58b64 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.