fix(cli): drop homepage link from config

We don't actually use this currently and the vast majority of grammars
don't have a homepage other than the repository itself.
This commit is contained in:
ObserverOfTime 2025-08-07 23:15:08 +03:00
parent 7e7e376046
commit f7838748df
4 changed files with 1 additions and 9 deletions

View file

@ -188,11 +188,6 @@
"type": "string",
"format": "uri",
"description": "The project's funding link."
},
"homepage": {
"type": "string",
"format": "uri",
"description": "The project's homepage."
}
},
"additionalProperties": false,