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",
|
||||
"id": "backup_legacy_app",
|
||||
"name": "Legacy application",
|
||||
"id": "legacy_app",
|
||||
"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+",
|
||||
"maintainer": {
|
||||
|
@ -28,8 +28,8 @@
|
|||
"ask": {
|
||||
"en": "Choose a path"
|
||||
},
|
||||
"example": "/",
|
||||
"default": "/"
|
||||
"example": "/legacy",
|
||||
"default": "/legacy"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue