From 8ddef749bb2fcd8128fa29e7ed65ca264a5af9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 26 Aug 2023 18:55:05 +0200 Subject: [PATCH] add schema, fix demo url --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7976089..967c32f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json + packaging_format = 2 id = "librephotos" @@ -12,7 +14,7 @@ maintainers = ["Jules Bertholet"] [upstream] license = "MIT" website = "https://librephotos.com" -demo = "https://demo2.librephotos.com (user: demo, password: demo1234)" +demo = " (user: demo, password: demo1234)" admindoc = "https://docs.librephotos.com" userdoc = "https://github.com/LibrePhotos/librephotos" code = "https://github.com/LibrePhotos/librephotos"