mirror of
https://github.com/YunoHost-Apps/ssh_chroot_dir_ynh.git
synced 2024-09-03 20:26:26 +02:00
Fix linter
This commit is contained in:
parent
c77435fa03
commit
22f8757902
1 changed files with 4 additions and 5 deletions
|
@ -3,14 +3,13 @@
|
|||
"id": "ssh_chroot_dir",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "ssh chroot directories with quotas disk.",
|
||||
"fr": "Dossier ssh en chroot avec gestion de quotas."
|
||||
"en": "SSH chroot directories with quotas disk",
|
||||
"fr": "Dossier SSH en chroot avec gestion de quotas"
|
||||
},
|
||||
"version": "1.3~ynh1",
|
||||
"version": "1.3~ynh2",
|
||||
"url": "https://github.com/maniackcrudelis/ssh_chroot",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
"website": "https://github.com/maniackcrudelis/ssh_chroot",
|
||||
"code": "https://github.com/maniackcrudelis/ssh_chroot"
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
|
@ -23,7 +22,7 @@
|
|||
"email": "maniackc_dev@crudelis.fr"
|
||||
}],
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue