From a004e18dad072d39f7b1d9630e44f36b4c628e07 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 13 Oct 2021 14:27:33 +0200 Subject: [PATCH] Add upstream section in manifest.json to trigger autoreadme --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.json b/manifest.json index fe7ae82..95311e1 100644 --- a/manifest.json +++ b/manifest.json @@ -14,6 +14,10 @@ "email": "julien@vaubourg.com", "url": "http://julien.vaubourg.com" }, + "upstream": { + "license": "AGPL-3.0", + "website": "https://internetcu.be/" + }, "requirements": { "yunohost": ">= 4.2.8" },