poshbotio / PoshBot

Powershell-based bot framework
MIT License
540 stars 108 forks source link

Moving project to PoshBotIO organization #17

Closed devblackops closed 7 years ago

devblackops commented 7 years ago

I created a new GitHub organization PoshBotIO to hold all the related PoshBot projects. I intend to move this project into that organization in the next few days. While this shouldn't cause any problems, I figured I'd raise this issue to notify everyone.

https://help.github.com/articles/about-repository-transfers/

What you need to do

After I transfer the project, your git remote links should still work and redirect to the new location but to avoid any confusion, it is strongly recommended to run:

git remote set-url origin <new_url>

I'll let this issue simmer for a few days before I move the project. Once I do, I'll respond to this issue with the new URL.

devblackops commented 7 years ago

OK. I got antsy 😄

The project has been moved to https://github.com/poshbotio/PoshBot.git

Please run:

git remote set-url origin https://github.com/poshbotio/PoshBot.git