Merge branch 'master' into change_url_script
This commit is contained in:
commit
cc81034475
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
# See here for more informations
|
# See here for more informations
|
||||||
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
||||||
|
|
||||||
|
# Move this file from check_process.default to check_process when you have filled it.
|
||||||
|
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
|
@ -8,6 +8,7 @@
|
||||||
},
|
},
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
|
"version": "1.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "John doe",
|
"name": "John doe",
|
||||||
"email": "john.doe@example.com",
|
"email": "john.doe@example.com",
|
||||||
|
|
Loading…
Reference in a new issue