New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/41112#issuecomment-1361820734 Comment: Also, please use the command line instead of the webui. There are a lot of thing you cannot do from the web ui. I recommend you read: https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md Do the following: ``` git clone https://github.com/MechDR/void-packages/ -b tuner git remote add upstream https://github.com/void-linux/void-packages.git git reset --soft HEAD~2 git commit --amend git push -f git pull --rebase upstream master git push -f ```