From f778e3e0b9e45b5f0f021f07f46eb2216e553e75 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 19 Mar 2021 16:31:42 +0100 Subject: [PATCH] set license and maintainer --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2216942..ff8c6f9 100644 --- a/manifest.json +++ b/manifest.json @@ -8,8 +8,12 @@ }, "version": "1.0.2", "url": "https://www.mopidy.com/", - "license": "free", + "license": "Apache-2.0", "maintainer": { + "name": "siwinter", + "email": "siegfried.winter@arcor.de" + }, + "previous_maintainer": { "name": "cyp", "email": "cyp@rouquin.me" },