dankamongmen / notcurses-rs

high-level rust wrappers for notcurses, built around libnotcurses-sys
Other
50 stars 3 forks source link

rename `master` branch to `main` #4

Closed joseluis closed 1 year ago

joseluis commented 1 year ago

I have no permissions for this. Maybe @dankamongmen can you do it? No hurries

dankamongmen commented 1 year ago

i'm looking at my checkout, and it seems we're already on main?

[schwarzgerat](0) $ git branch -l
* main
[schwarzgerat](0) $ pwd
/home/dank/src/dankamongmen/libnotcurses-sys
[schwarzgerat](0) $ git remote -v
origin  git@github.com:dankamongmen/libnotcurses-sys.git (fetch)
origin  git@github.com:dankamongmen/libnotcurses-sys.git (push)
[schwarzgerat](0) $ 
dankamongmen commented 1 year ago

i don't think any scripts in dankamongmen/notcurses refer to this, so i've got no problem with it. let me know if i need to do anything. ideally you ought have permissions to do this; let me take a look.

dankamongmen commented 1 year ago

i used the github UI to change the "default" branch to main from master. i think that's all that's necessary?

i'd prefer to leave things as they are in dankamongmen/notcurses, but i think your goals are accomplished here. closing this up; feel free to reopen if necessary.

joseluis commented 1 year ago

Yeah, that was it! just on this repo, thanks mate!