-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,17 +98,9 @@ The maintainers of the package. **Optional** | |
This is a list of maintainers and should be distinct from authors. Maintainers may contain an email and be in the form `name <email>`. | ||
|
||
```toml | ||
# Single maintainer | ||
maintainers = [ | ||
"Richard Brave <[email protected]>", | ||
] | ||
``` | ||
|
||
```toml | ||
# Multiple maintainers | ||
maintainers = [ | ||
"Richard Brave <[email protected]>", | ||
"Amira Fens <[email protected]>", | ||
"John Smith <[email protected]>", | ||
"Jane Smith <[email protected]>", | ||
] | ||
``` | ||
|
||
|