Change my-buddy to github-handle

This change has the dual benefit of being both more descriptive and gender neutral
This commit is contained in:
Avery Harnish 2019-10-29 15:23:34 -05:00 committed by GitHub
parent 5da4b4d479
commit 0255a5ee37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,8 +164,8 @@ may change over time! The owner of a crate is the only person allowed to publish
new versions of the crate, but an owner may designate additional owners.
```console
$ cargo owner --add my-buddy
$ cargo owner --remove my-buddy
$ cargo owner --add github-handle
$ cargo owner --remove github-handle
$ cargo owner --add github:rust-lang:owners
$ cargo owner --remove github:rust-lang:owners
```