1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Merge branch 'genodeftest-master-patch-82391' into 'master'

Doc: Clarify wording example for config.yml

See merge request fdroid/fdroidserver!1024
This commit is contained in:
Jochen Sprickerhof 2021-10-13 13:44:27 +00:00
commit 8a089691ea

View File

@ -354,8 +354,8 @@
# generating our default list. (https://pypi.org/project/spdx-license-list) # generating our default list. (https://pypi.org/project/spdx-license-list)
# #
# You can override our default list of allowed licenes by setting this option. # You can override our default list of allowed licenes by setting this option.
# Just supply a custom list of licene names you would like to allow. Setting # Just supply a custom list of licene names you would like to allow. To disable
# this to `None` disables this lint check. # checking licenses by the linter, assign an empty value to lint_licenses.
# #
# lint_licenses: # lint_licenses:
# - Custom-License-A # - Custom-License-A