diff --git a/manifest.json b/manifest.json index 73aa4e2..ba1e843 100644 --- a/manifest.json +++ b/manifest.json @@ -5,17 +5,17 @@ "description": { "en": "A tiny little drawing app" }, - "version": "1.24.5~ynh1", + "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" }, 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