summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
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.