The 'main' htop git branch (previously 'master') has now been renamed. No action needs to be taken for already opened pull requests. If you have a local htop git repository, these are the commands to convert it to 'main':
git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a