Skip to content

Commit

Permalink
Auto merge of #7553 - EverlastingBugstopper:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
Change my-buddy to github-handle

This change has the benefit of being both more descriptive and gender neutral
  • Loading branch information
bors committed Oct 29, 2019
2 parents 5da4b4d + 0255a5e commit 6a7f505
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 6a7f505

Please sign in to comment.