forked from platformio/platformio-core
Update SPDX License List to 3.8
This commit is contained in:
@ -242,7 +242,7 @@ class ManifestSchema(BaseSchema):
|
|||||||
def load_spdx_licenses():
|
def load_spdx_licenses():
|
||||||
r = requests.get(
|
r = requests.get(
|
||||||
"https://raw.githubusercontent.com/spdx/license-list-data"
|
"https://raw.githubusercontent.com/spdx/license-list-data"
|
||||||
"/v3.7/json/licenses.json"
|
"/v3.8/json/licenses.json"
|
||||||
)
|
)
|
||||||
r.raise_for_status()
|
r.raise_for_status()
|
||||||
return r.json()
|
return r.json()
|
||||||
|
Reference in New Issue
Block a user