mirror of
https://github.com/YunoHost-Apps/joomla_ynh.git
synced 2024-09-03 19:26:34 +02:00
Merge pull request #4 from YunoHost-Apps/add-manifest
[fix] Indicate the License correctly
This commit is contained in:
commit
2ff7fb2f4c
1 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "Joomla! is an award-winning content management system."
|
||||
},
|
||||
"url": "https://www.joomla.org",
|
||||
"license": "free",
|
||||
"license": "GPL-2.0-only",
|
||||
"version": "3.8.7",
|
||||
"maintainer": {
|
||||
"name": "Anmol Sharma",
|
||||
|
@ -43,7 +43,7 @@
|
|||
{
|
||||
"name": "username",
|
||||
"ask": {
|
||||
"en": "Admin unsername"
|
||||
"en": "Admin username"
|
||||
},
|
||||
"example": "john"
|
||||
},
|
||||
|
@ -59,8 +59,7 @@
|
|||
"type": "password",
|
||||
"ask": {
|
||||
"en": "Password for the admin account (At least 6 characters long)"
|
||||
},
|
||||
"example": "admin@example.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
|
|
Loading…
Reference in a new issue