Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion conda_recipe_v2_schema/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ class About(StrictBaseModel):
license_file: ConditionalList[PathNoBackslash] | None = Field(
None, description="Paths to the license files of this package."
)
license_url: str | None = Field(None, description="A url that points to the license file.")

# Text
summary: str | None = Field(None, description="A short description of the package.")
Expand Down
13 changes: 0 additions & 13 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,6 @@
"description": "Paths to the license files of this package.",
"title": "License File"
},
"license_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "A url that points to the license file.",
"title": "License Url"
},
"summary": {
"anyOf": [
{
Expand Down