Skip to content

Commit d7fa06b

Browse files
authored
Merge pull request #10 from nexB/9-expose-is_deprecated
Expose is_deprecated in index.json
2 parents 2a4e4cb + 40c5a8d commit d7fa06b

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)