From 5c0491c1eef5604357a7a958a11cc9c60bfcba08 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Mon, 10 Jul 2023 15:58:38 +0200 Subject: [PATCH 1/2] add ericg to maintainers --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 9ab898d..bdca1a8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Outil de surveillance similaire à Uptime-Robot" version = "1.22.1~ynh1" -maintainers = ["Hadrien"] +maintainers = ["ketsapiwiq", "ericgaspar"] [upstream] license = "MIT" From 00c01231d7cda799234954cef571b9f249d757f1 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Mon, 10 Jul 2023 15:58:48 +0200 Subject: [PATCH 2/2] specify all arch --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index bdca1a8..ae971b0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/louislam/uptime-kuma" [integration] yunohost = ">= 11.1.19" -architectures = [ "amd64" ] +architectures = "all" multi_instance = true ldap = false sso = false