bskinn / stdio-mgr

Context manager for mocking/wrapping stdin/stdout/stderr
MIT License
14 stars 4 forks source link

Fix GitHub URL redirect #105

Closed EdwardBetts closed 1 month ago

EdwardBetts commented 2 months ago

Corrects the GitHub URL to remove 'www.' from the start, as the inclusion causes unnecessary redirects.

GitHub's standard URL format doesn't include 'www.'

bskinn commented 2 months ago

Thanks for taking the time to update these. As you might have surmised from those Azure Pipelines job names, it's been..... awhile since I've updated this repo. I actually need to summarize a bunch of work that was done on master a few years ago into some issues or a project or something, and then roll back/reset to stable. I'll probably take the opportunity to rename the default branch to main, too.

Upshot for you is: this PR probably won't go in on master as it sits. I'll ping you here at whatever point I've gotten the repo back in order again, so you can make another check pass for these www.s at that time.

EdwardBetts commented 2 months ago

Thank you for the update and for your continued efforts in maintaining the project.

bskinn commented 1 month ago

I took a look at what's involved with the rollback and targeted reapplication of some work to a new main off of stable, and it's going to be rather a process.

I won't be continuing work on this master branch, but these are good changes for it even though it'll be idle, so I'm going to merge them. Thanks!