1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2021-11-14 23:37:21 +01:00
parent ed88a5f4ad
commit ca8337fedb
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -19,7 +19,7 @@
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 4.1.7"
"yunohost": ">= 4.2.3"
},
"multi_instance": false,
"services": [
@ -29,13 +29,11 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
"type": "domain"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
"type": "user"
}
]
}