I renamed the master branch main for both python-schedutils and python-linux-procfs. (tuna was done awhile ago).
Note that python-schedutils is obsolete for tuna based on python-3.6 and up since the code has been updated to use built in python scheduling
If you want to keep your local repo, here is one way to set that up
# Make sure you are on the "master" branch git checkout master
# Rename it to "main" git branch -m master main
# Get the latest commit and branches from the remote repo git fetch
# Remove the existing tracking branch git branch --unset-upstream
# Reset the tracking branch to the new upstream branch git branch -u origin/main
# you can then make sure you are in sync git remote update git pull
Thanks
John
tuna-devel@lists.fedorahosted.org