Skip to content

Commit 40c5a8d

Browse files
committed
Expose is_deprecated in index.json #9
Signed-off-by: Jono Yang <[email protected]>
1 parent 2a4e4cb commit 40c5a8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def generate_indexes(output_path):
7777
"spdx_license_key": license.spdx_license_key,
7878
"other_spdx_license_keys": license.other_spdx_license_keys,
7979
"is_exception": license.is_exception,
80+
"is_deprecated": license.is_deprecated,
8081
"json": f"{key}.json",
8182
"yml": f"{key}.yml",
8283
"html": f"{key}.html",

0 commit comments

Comments
 (0)