diff --git a/manifest.toml b/manifest.toml index 6d93845..5c330b5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,8 +16,8 @@ maintainers = ["johndoe"] license = "free" # you can see the available licenses identifiers list here: https://spdx.org/licenses/ website = "https://example.com" demo = "https://demo.example.com" -admindoc = "https://foobar.org/packaging_apps" -userdoc = "https://foobar.org/apps" +admindoc = "https://yunohost.org/packaging_apps" +userdoc = "https://yunohost.org/apps" code = "https://some.forge.com/example/example" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is # sort of a standard id for applications defined by the NIST. In particular, YunoHost may use this is in the future @@ -32,7 +32,7 @@ cpe = "???" fund = "???" [integration] -foobar = ">= 11.2" +yunohost = ">= 11.2" helpers_version = "2.1" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] architectures = "all" @@ -96,7 +96,7 @@ ram.runtime = "50M" [resources.sources.main] # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with : # ynh_setup_source --dest_dir="$install_dir" - # You can also define other assets than "main" and add --source_id="foobar" in the previous command + # You can also define other assets than "main" and add --source_id="yunohost" in the previous command url = "https://github.com/foo/bar/archive/refs/tags/v1.2.3.tar.gz" sha256 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" @@ -115,7 +115,7 @@ ram.runtime = "50M" # and store the corresponding setting $install_dir [resources.data_dir] - # This will create/remove the data dir as /home/foobar.app/$app + # This will create/remove the data dir as /home/yunohost.app/$app # and store the corresponding setting $data_dir [resources.permissions] @@ -128,7 +128,7 @@ ram.runtime = "50M" [resources.apt] # This will automatically install/uninstall the following apt packages - # and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed) + # and implicitly define the $phpversion setting as 8.0 (if phpX.Y-yunohost dependencies are listed) packages = "mariadb-server, deb1, deb2, php8.0-foo, php8.0-bar" [resources.database]