Skip to content

Commit 0255a5e

Browse files
Change my-buddy to github-handle
This change has the dual benefit of being both more descriptive and gender neutral
1 parent 5da4b4d commit 0255a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/publishing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ may change over time! The owner of a crate is the only person allowed to publish
164164
new versions of the crate, but an owner may designate additional owners.
165165

166166
```console
167-
$ cargo owner --add my-buddy
168-
$ cargo owner --remove my-buddy
167+
$ cargo owner --add github-handle
168+
$ cargo owner --remove github-handle
169169
$ cargo owner --add github:rust-lang:owners
170170
$ cargo owner --remove github:rust-lang:owners
171171
```

0 commit comments

Comments
 (0)