New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/48448#issuecomment-1917912408 Comment: You need to fix the commit message and author email. You can do this by cloning the repo locally: https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#creating-updating-and-modifying-packages-in-void-by-yourself Then do: ``` git config --global user.name "YOUR_NAME" git config --global user.email "YOUR_EMAIL" git checkout patch-5 git commit --amend --reset-author git push -f ```