mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Update SPDX License List to 3.8
This commit is contained in:
@ -242,7 +242,7 @@ class ManifestSchema(BaseSchema):
|
||||
def load_spdx_licenses():
|
||||
r = requests.get(
|
||||
"https://raw.githubusercontent.com/spdx/license-list-data"
|
||||
"/v3.7/json/licenses.json"
|
||||
"/v3.8/json/licenses.json"
|
||||
)
|
||||
r.raise_for_status()
|
||||
return r.json()
|
||||
|
Reference in New Issue
Block a user