PistonDevelopers / mush

gui for dialogue graphs, et al.
Apache License 2.0
12 stars 2 forks source link

Figure out a crates.io solution #30

Closed viperscape closed 8 years ago

viperscape commented 8 years ago

Someone decided to use Mush on crates.io https://crates.io/crates/mush/ But looks like the project was abandoned or moved, need to figure out if I can write to this crate name, or what.. :(

bvssvni commented 8 years ago

@CraZySacX do you use the mush name on crates.io?

CraZySacX commented 8 years ago

I do not. You can have it. Not sure how to transfer or let you write to it.

viperscape commented 8 years ago

Is the project dead? It had ~500 downloads. Let me try and reach out to someone on irc and see what can be done, thanks

CraZySacX commented 8 years ago

It's dead from my perspective. I was a port of libssh2-sys to that had some fixes for ssh on the Windows platform. It's now no longer relevant as that has been incorporated into libssh2.

steveklabnik commented 8 years ago

@CraZySacX you can add them as an owner, and then have them remove you.

CraZySacX commented 8 years ago

Can't find any easy way to add them as owners through crates.io. Is this something done at the repo level?

bvssvni commented 8 years ago

@CraZySacX cargo owner -a bvssvni

viperscape commented 8 years ago

http://doc.crates.io/crates-io.html#cargo-owner

CraZySacX commented 8 years ago

Damn scrolled right past that. I'll get that done shortly.

viperscape commented 8 years ago

Thanks again! Take your time

viperscape commented 8 years ago

@bvssvni What's protocol for Piston crates, add the entire team? Also, do I need to do that under this repo, or can it be done from my fork of it? Appreciate you stepping in and helping me on this

bvssvni commented 8 years ago

@viperscape I add the PistonDevelopers team once I get ownership. This will give you permissions. You can do cargo publish from your fork and it will be updated. However, it is a good idea to merge the changes before publishing.

CraZySacX commented 8 years ago

I've added @bvssvni as an owner on the crate. You can remove me whenever.

bvssvni commented 8 years ago

Done.