Skip to content

Commit

Permalink
Change my-buddy to github-handle
Browse files Browse the repository at this point in the history
This change has the dual benefit of being both more descriptive and gender neutral
  • Loading branch information
EverlastingBugstopper authored Oct 29, 2019
1 parent 5da4b4d commit 0255a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/reference/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 0255a5e

Please sign in to comment.