config, docs: update hardcoded users (#8703)

This commit is contained in:
Conrado Gouvea 2024-07-19 18:43:09 -03:00 committed by GitHub
parent f9066aedc0
commit bbb710f24c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ cargo new new-crate-name
cd new-crate-name cd new-crate-name
cargo release publish --verbose --package new-crate-name --execute cargo release publish --verbose --package new-crate-name --execute
cargo owner --add oxarbitrage cargo owner --add oxarbitrage
cargo owner --add teor2345
cargo owner --add github:zcashfoundation:owners cargo owner --add github:zcashfoundation:owners
``` ```

View File

@ -17,4 +17,4 @@ push = false
tag = false tag = false
# Owners for new crates # Owners for new crates
owners = [ 'oxarbitrage', 'teor2345', 'zcashfoundation/owners' ] owners = [ 'oxarbitrage', 'zcashfoundation/owners' ]