From d30714726b20c6b36c6b05bd732354c21bee66da Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 16 Aug 2021 20:40:25 +0200 Subject: [PATCH] Better packaging --- doc/.gitkeep | 0 doc/DISCLAIMER.md | 3 +++ doc/screenshots/.gitkeep | 0 manifest.json | 5 +++++ 4 files changed, 8 insertions(+) create mode 100644 doc/.gitkeep create mode 100644 doc/DISCLAIMER.md create mode 100644 doc/screenshots/.gitkeep diff --git a/doc/.gitkeep b/doc/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..ad18dd4 --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,3 @@ +* Other infos that people should be aware of, such as: + * Integrates automatically with [transmission_ynh](https://github.com/YunoHost-Apps/transmission_ynh) (or tries to...), + * Integrates [YunoHost multimedia](https://github.com/YunoHost-Apps/yunohost.multimedia) folder structure diff --git a/doc/screenshots/.gitkeep b/doc/screenshots/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/manifest.json b/manifest.json index 9f02108..39c88c6 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,11 @@ }, "version": "3.0.1~ynh3", "url": "https://couchpota.to/", + "upstream": { + "license": "GPL-3.0-only", + "website": "https://couchpota.to", + "code": "https://github.com/CouchPotato/CouchPotatoServer" + }, "license": "GPL-3.0-only", "maintainer": { "name": "Snipees",