New comment by abenson on void-packages repository https://github.com/void-linux/void-packages/pull/46429#issuecomment-1746867959 Comment: Please update the commit message to following [convention](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes). It should say: `kodi-addon-inputstream-adaptive: update to 19.0.7.` You can edit your commit message by amending the commit: $ git commit --amend This will open an editor allowing you to edit the commit message, then save and quit. Next, force push to your branch. $ git push -f