1
0
Fork 0
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:
yalh76 2022-01-22 18:24:04 +01:00 committed by GitHub
commit 2ff7fb2f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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