diff --git a/check_process b/check_process.default similarity index 89% rename from check_process rename to check_process.default index 030355f..cf7ad59 100644 --- a/check_process +++ b/check_process.default @@ -1,5 +1,8 @@ # See here for more informations # https://github.com/YunoHost/package_check#syntax-check_process-file + +# Move this file from check_process.default to check_process when you have filled it. + ;; Test complet ; Manifest domain="domain.tld" (DOMAIN) diff --git a/manifest.json b/manifest.json index 2273eb2..4bc43b2 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,7 @@ }, "url": "https://example.com", "license": "free", + "version": "1.0", "maintainer": { "name": "John doe", "email": "john.doe@example.com",