Skip to content

Commit 2fa3201

Browse files
jelrwiya7010
andauthored
Deprecate authors field in cargo.json (SchemaStore#5566)
Co-authored-by: ya7010 <ya7010@users.noreply.github.com>
1 parent 209b0a3 commit 2fa3201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemas/json/cargo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
},
460460
"authors": {
461461
"title": "Authors",
462-
"description": "The `authors` field lists people or organizations that are considered the\n\"authors\" of the package. The exact meaning is open to interpretation — it may\nlist the original or primary authors, current maintainers, or owners of the\npackage. These names will be listed on the crate's page on\n[crates.io](https://crates.io). An optional email address may be included within angled\nbrackets at the end of each author.\n\n> **Note**: [crates.io](https://crates.io) requires at least one author to be listed.",
462+
"description": "The `authors` field lists people or organizations that are considered the\n\"authors\" of the package. The exact meaning is open to interpretation — it may\nlist the original or primary authors, current maintainers, or owners of the\npackage. These names will be listed on the crate's page on\n[crates.io](https://crates.io). An optional email address may be included within angled\nbrackets at the end of each author.\n\n> **Note**: This field is deprecated.",
463463
"anyOf": [
464464
{
465465
"$ref": "#/definitions/Authors"

0 commit comments

Comments
 (0)