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.
1 parent d540eb1 commit 7f86ddeCopy full SHA for 7f86dde
app.py
@@ -78,6 +78,7 @@ def generate_indexes(output_path):
78
"other_spdx_license_keys": license.other_spdx_license_keys,
79
"is_exception": license.is_exception,
80
"is_deprecated": license.is_deprecated,
81
+ "category": license.category,
82
"json": f"{key}.json",
83
"yml": f"{key}.yml",
84
"html": f"{key}.html",
0 commit comments