From 0f2410f08da94404e7a92af77eba89ddeb52a903 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:52:05 +0200 Subject: [PATCH] Update manifest.toml: moar oopsies inside the oopsies --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5c330b5..74e675f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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="yunohost" in the previous command + # You can also define other assets than "main" and add --source_id="foobar" in the previous command url = "https://github.com/foo/bar/archive/refs/tags/v1.2.3.tar.gz" sha256 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" @@ -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-yunohost dependencies are listed) + # and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed) packages = "mariadb-server, deb1, deb2, php8.0-foo, php8.0-bar" [resources.database]