mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Microdecision: wording/syntax
This commit is contained in:
parent
6327ea030b
commit
fe9e184b06
1 changed files with 3 additions and 3 deletions
|
@ -186,9 +186,9 @@ def check_manifest(path):
|
||||||
"especially for apps with non-free dependencies")
|
"especially for apps with non-free dependencies")
|
||||||
elif code_license not in urlopen(link)['content']:
|
elif code_license not in urlopen(link)['content']:
|
||||||
print_warning("[YEP-1.3] The license '%s' is not registered in "
|
print_warning("[YEP-1.3] The license '%s' is not registered in "
|
||||||
"https://spdx.org/licenses/ . It can be a typo error."
|
"https://spdx.org/licenses/ . It can be a typo error. "
|
||||||
"If no, you should write free or non-free in place and"
|
"If not, you should replace it by 'free' or 'non-free'"
|
||||||
" gice more explanation in README.md" % (license))
|
"and give some explanations in the README.md." % (license))
|
||||||
|
|
||||||
# YEP 1.4 Inform if we continue to maintain the app
|
# YEP 1.4 Inform if we continue to maintain the app
|
||||||
# YEP 1.5 Update regularly the app status
|
# YEP 1.5 Update regularly the app status
|
||||||
|
|
Loading…
Reference in a new issue