metarhia/jstp

PSA: The repo has been renamed

aqrln opened this issue · 1 comments

aqrln commented

https://github.com/metarhia/JSTP is now https://github.com/metarhia/jstp. For some reason that has been done silently and without any public notification, sorry. Don't forget to update your upstream repo URL, i.e.:

$ git remote set-url origin https://github.com/metarhia/jstp.git

or

$ git remote set-url origin git@github.com:metarhia/jstp.git

or

$ git remote set-url upstream https://github.com/metarhia/jstp.git

or

$ git remote set-url upstream git@github.com:metarhia/jstp.git

depending on your setup, and maybe rename your project directory if you want to ;)

GitHub will redirect requests from the old location to the new one automatically, but issuing new requests to the actual endpoint it is a nice thing to do.

/cc @metarhia/jstp-core

aqrln commented

Given the amount of time this has been open, I am going to go ahead and close the issue.