diff --git a/.hecat.import.yml b/.hecat.import.yml index bd43305c4b..85c727a9ce 100644 --- a/.hecat.import.yml +++ b/.hecat.import.yml @@ -1,6 +1,13 @@ steps: - - name: import awesome-selfhosted markdown to YAML + - name: import awesome-selfhosted README.md to YAML module: importers/markdown_awesome module_options: source_file: awesome-selfhosted/README.md output_directory: ./ + + - name: import awesome-selfhosted non-free.md to YAML + module: importers/markdown_awesome + module_options: + source_file: awesome-selfhosted/non-free.md + output_directory: ./ + output_licenses_file: licenses-nonfree.yml