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