1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/biboumi_ynh.git synced 2024-09-03 18:15:58 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2022-03-02 00:06:09 +01:00
parent c76e7872a4
commit 44a2a0f459

View file

@ -11,7 +11,7 @@
"upstream": { "upstream": {
"license": "Zlib", "license": "Zlib",
"website": "https://biboumi.louiz.org/", "website": "https://biboumi.louiz.org/",
"admindoc": "Official documentation: https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst", "admindoc": "https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst",
"code": "https://lab.louiz.org/louiz/biboumi" "code": "https://lab.louiz.org/louiz/biboumi"
}, },
"license": "Zlib", "license": "Zlib",
@ -30,13 +30,11 @@
"install" : [ "install" : [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain"
"example": "example.com"
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user"
"example": "johndoe"
} }
] ]
} }