Rename backup_legacy_app_ynh to just legacy_app_ynh

This commit is contained in:
Alexandre Aubin 2019-08-17 22:40:13 +02:00
parent b463916116
commit e9008f65f7
8 changed files with 5 additions and 5 deletions

View file

@ -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"
} }
] ]
} }