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:
parent
7e7e376046
commit
f7838748df
4 changed files with 1 additions and 9 deletions
|
|
@ -218,8 +218,6 @@ pub struct Links {
|
|||
pub repository: Url,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub funding: Option<Url>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub homepage: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue