]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update authors v4.7.2
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 29 Oct 2022 11:17:57 +0000 (13:17 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 29 Oct 2022 11:17:57 +0000 (13:17 +0200)
misc/update-authors

index 9964b5147a3072efb08ee5b27c811a700855b0c4..80a58b64da8bb51928430acf7a2050446ceb320a 100755 (executable)
@@ -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.