-
Notifications
You must be signed in to change notification settings - Fork 34
Move away from github #94
Description
hi everyone, sorry for the big ping. this project has reached 512 stars and to celebrate that i want to get away from github to codeberg. and while i'm already doing that i'd also like to relicense from MIT to a more copyleft license - specifically EUPL. if every contributor would be ok with that i can just change the license in place, if not i'll relicense my portion of the code and keep the contributed portion under MIT. the repository archive on github will always stay MIT licensed.
while i was looking through contributors i also noticed at least one deadname stuck in the commit history, i'd be happy to retroactively change the author field to your preferred name before i archive the github repository, if you give me a mailmap entry for it (NewName, NewEmail, OldEmailFromYourCommits) so i don't have to guess :) you can send it here or privately via email.
thank you all!
@EliteTK @WhyNotHugo @striezel @Ddystopia @simnalamburt @memoryruins @jackos @maddiemort @xguerin @yaymukund @tvercruyssen @falcucci @Sheol27 @vonPB @YuanYuYuan @sasa-tomic @pplanel
EDIT: it seems github won't tell me who added their +1 to an issue if there is >5 🙃 please also write a reply so i know you're ok with the license change, thank you! nvm, i can get it using curl -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/pr2502/ra-multiplex/issues/94/reactions | jq '.[] | "\(.user.login) \(.content)"' :D