mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Typo fix
This commit is contained in:
@ -255,7 +255,7 @@ class ManifestSchema(BaseSchema):
|
||||
def load_spdx_licenses():
|
||||
version = "3.11"
|
||||
spdx_data_url = (
|
||||
"hhttps://raw.githubusercontent.com/spdx/license-list-data/"
|
||||
"https://raw.githubusercontent.com/spdx/license-list-data/"
|
||||
"v%s/json/licenses.json" % version
|
||||
)
|
||||
return json.loads(fetch_remote_content(spdx_data_url))
|
||||
|
Reference in New Issue
Block a user