We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a4e4cb + 40c5a8d commit d7fa06bCopy full SHA for d7fa06b
app.py
@@ -77,6 +77,7 @@ def generate_indexes(output_path):
77
"spdx_license_key": license.spdx_license_key,
78
"other_spdx_license_keys": license.other_spdx_license_keys,
79
"is_exception": license.is_exception,
80
+ "is_deprecated": license.is_deprecated,
81
"json": f"{key}.json",
82
"yml": f"{key}.yml",
83
"html": f"{key}.html",
0 commit comments