New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/47834#issuecomment-1863666566 Comment: The commit author email needs needs to be a real email and not a noreply email, see for how to update the commit: https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#review Use: ``` git config --global user.name "username" git config --global user.email "user@gmail.com" ``` and instead of `git commit --amend`, use `git commit --amend --reset-author`.