diff --git a/check_process b/check_process index f41c4c9..78bc965 100644 --- a/check_process +++ b/check_process @@ -1,20 +1,12 @@ -# See here for more information -# 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" - path="/path" + path="/" is_public=1 - language="fr" - admin="john" - password="1Strong-Password" - port="666" + port="5380" ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 diff --git a/manifest.json b/manifest.json index 4d1ec8a..911b629 100644 --- a/manifest.json +++ b/manifest.json @@ -12,11 +12,11 @@ "license": "free", "website": "https://technitium.com/dns/", "demo": "https://demo.example.com", - "admindoc": "https://yunohost.org/packaging_apps", - "userdoc": "https://yunohost.org/apps", - "code": "https://some.forge.com/example/example" + "admindoc": "https://technitium.com/dns/help.html", + "userdoc": "https://technitium.com/dns/help.html", + "code": "https://github.com/TechnitiumSoftware/DnsServer" }, - "license": "free", + "license": "GPL-3.0-only", "maintainer": { "name": "Navan Chauhan", "email": "technitiumdns@navan.email"