Commit 27034d61 by Gunung P. Wibisono Committed by GitHub

Add docs for multiple maintainers example (#5661)

* add docs for multiple maintainers example
parent ec89ac45
...@@ -72,13 +72,12 @@ The recommended notation for the most common licenses is (alphabetical): ...@@ -72,13 +72,12 @@ The recommended notation for the most common licenses is (alphabetical):
Optional, but it is highly recommended to supply this. Optional, but it is highly recommended to supply this.
More identifiers are listed at the [SPDX Open Source License Registry](https://spdx.org/licenses/). More identifiers are listed at the [SPDX Open Source License Registry](https://spdx.org/licenses/).
{{% note %}}
If your project is proprietary and does not use a specific licence, you can set this value as `Proprietary`.
{{% /note %}}
```toml ```toml
license = "MIT" license = "MIT"
``` ```
{{% note %}}
If your project is proprietary and does not use a specific licence, you can set this value as `Proprietary`.
{{% /note %}}
## authors ## authors
...@@ -100,7 +99,8 @@ This is a list of maintainers and should be distinct from authors. Maintainers m ...@@ -100,7 +99,8 @@ This is a list of maintainers and should be distinct from authors. Maintainers m
```toml ```toml
maintainers = [ maintainers = [
"Richard Brave <email@example.org>", "John Smith <johnsmith@example.org>",
"Jane Smith <janesmith@example.org>",
] ]
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment