mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
Fix linter
This commit is contained in:
parent
06c166af24
commit
a42cef1972
1 changed files with 3 additions and 4 deletions
|
@ -3,15 +3,14 @@
|
|||
"id": "wetty",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)",
|
||||
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)"
|
||||
"en": "Terminal in browser over HTTP/HTTPS",
|
||||
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS"
|
||||
},
|
||||
"version": "2.5.0~ynh1",
|
||||
"url": "https://github.com/butlerx/wetty/",
|
||||
"license": "MIT",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
"website": "https://github.com/butlerx/wetty",
|
||||
"admindoc": "https://github.com/butlerx/wetty/tree/main/docs",
|
||||
"code": "https://github.com/butlerx/wetty",
|
||||
"screenshots": [
|
||||
|
@ -23,7 +22,7 @@
|
|||
"email": "salamandar@salamandar.fr"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue