From 44a2a0f45918e3631a394484908c726e18b3f281 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 2 Mar 2022 00:06:09 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index fe33aa1..e3adca4 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "upstream": { "license": "Zlib", "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" }, "license": "Zlib", @@ -30,13 +30,11 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" } ] }