1
0
Fork 0
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:
Éric Gaspar 2023-01-20 19:53:46 +01:00
parent c77435fa03
commit 22f8757902

View file

@ -3,14 +3,13 @@
"id": "ssh_chroot_dir", "id": "ssh_chroot_dir",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "ssh chroot directories with quotas disk.", "en": "SSH chroot directories with quotas disk",
"fr": "Dossier ssh en chroot avec gestion de quotas." "fr": "Dossier SSH en chroot avec gestion de quotas"
}, },
"version": "1.3~ynh1", "version": "1.3~ynh2",
"url": "https://github.com/maniackcrudelis/ssh_chroot", "url": "https://github.com/maniackcrudelis/ssh_chroot",
"upstream": { "upstream": {
"license": "GPL-3.0", "license": "GPL-3.0",
"website": "https://github.com/maniackcrudelis/ssh_chroot",
"code": "https://github.com/maniackcrudelis/ssh_chroot" "code": "https://github.com/maniackcrudelis/ssh_chroot"
}, },
"license": "GPL-3.0", "license": "GPL-3.0",
@ -23,7 +22,7 @@
"email": "maniackc_dev@crudelis.fr" "email": "maniackc_dev@crudelis.fr"
}], }],
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.9"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [