From 49ca715ec33ea59b495518596dd1b8eb10e41822 Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 30 Sep 2022 15:06:13 +0700 Subject: [PATCH 1/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 73aa4e2..b6bd6d2 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "A tiny little drawing app" }, - "version": "1.24.5~ynh1", + "version": "1.24.5~ynh2", "url": "https://tldraw.com", "upstream": { "license": "mit", From 63e3bbdf5dd1ada663a08f10bc4dfdb886a320bd Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 30 Sep 2022 15:08:42 +0700 Subject: [PATCH 2/3] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b6bd6d2..ba1e843 100644 --- a/manifest.json +++ b/manifest.json @@ -8,14 +8,14 @@ "version": "1.24.5~ynh2", "url": "https://tldraw.com", "upstream": { - "license": "mit", + "license": "MIT", "website": "https://tldraw.com", "demo": "https://tldraw.com", "admindoc": "https://github.com/tldraw/tldraw/blob/main/guides/documentation.md", "userdoc": "https://github.com/tldraw/tldraw/blob/main/guides/documentation.md", "code": "https://github.com/tldraw/tldraw" }, - "license": "mit", + "license": "MIT", "maintainer": { "name": "Raoul de Limezy" }, From 13f70758b7d74a9dac85ba612aa88fcde12d3b02 Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 30 Sep 2022 15:09:39 +0700 Subject: [PATCH 3/3] Linter --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index e694d12..94a9af9 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -155,7 +155,7 @@ ynh_use_logrotate --non-append #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add $app --description="A tiny little drawing app" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE