summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-06 22:05:21 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-16 10:50:08 +0200
commit6be81e98739dcbfb68ac89a5229277bbb5452bce (patch)
tree04d3c20c90a3c7687047174e328e57717cb64c2e /misc
parent28af3d374eeff45582ab058f4642d9ef35067aa1 (diff)
downloadccache-6be81e98739dcbfb68ac89a5229277bbb5452bce.tar.gz
chore: Update authors
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/update-authors2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/update-authors b/misc/update-authors
index 3e0fcc07..9964b514 100755
--- a/misc/update-authors
+++ b/misc/update-authors
@@ -1,6 +1,6 @@
#!/bin/sh
-anonymous="^(6d5CfLQ3dYAb|Delgan|luzpaz|RW|vsplesk)$"
+anonymous="^(6d5CfLQ3dYAb|bengtj|Delgan|luzpaz|RW|vsplesk)$"
if [ -d .git ]; then
# Fetch full Git history if needed, e.g. when run via CI.