1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00

[fix] Indicate the License correctly

This commit is contained in:
ljf 2018-05-27 19:56:20 +02:00
parent ad007d37a4
commit 9963c0d7e6

View file

@ -6,7 +6,7 @@
"en": "Joomla! is an award-winning content management system." "en": "Joomla! is an award-winning content management system."
}, },
"url": "https://www.joomla.org", "url": "https://www.joomla.org",
"license": "free", "license": "GPL-2.0-only",
"version": "3.8.7", "version": "3.8.7",
"maintainer": { "maintainer": {
"name": "Anmol Sharma", "name": "Anmol Sharma",
@ -43,7 +43,7 @@
{ {
"name": "username", "name": "username",
"ask": { "ask": {
"en": "Admin unsername" "en": "Admin username"
}, },
"example": "john" "example": "john"
}, },
@ -59,8 +59,7 @@
"type": "password", "type": "password",
"ask": { "ask": {
"en": "Password for the admin account (At least 6 characters long)" "en": "Password for the admin account (At least 6 characters long)"
}, }
"example": "admin@example.com"
}, },
{ {
"name": "is_public", "name": "is_public",