mir-dataset-loaders / mirdata

Python library for working with Music Information Retrieval datasets
https://mirdata.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
357 stars 59 forks source link

Rename default branch to `main` #592

Open carlthome opened 1 year ago

carlthome commented 1 year ago

https://github.com/github/renaming for rationale.

Think it would be nice to make this repo use main instead of master for its default branch.

On the GitHub remote it's just a matter of changing default branch in https://github.com/mir-dataset-loaders/mirdata/settings

For local clones we can git branch --move master main.