mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
Rename backup_legacy_app_ynh to just legacy_app_ynh
This commit is contained in:
parent
b463916116
commit
e9008f65f7
8 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "Backup (legacy-way) Test App",
|
"name": "Legacy application",
|
||||||
"id": "backup_legacy_app",
|
"id": "legacy_app",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "App to test the 'legacy' ways of doing backups"
|
"en": "Legacy app to test backward compatibility for installation and backup/restore"
|
||||||
},
|
},
|
||||||
"license": "GPL-3+",
|
"license": "GPL-3+",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path"
|
"en": "Choose a path"
|
||||||
},
|
},
|
||||||
"example": "/",
|
"example": "/legacy",
|
||||||
"default": "/"
|
"default": "/legacy"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue