From ecef5bb340050b9ecf9acee56b8e162c39c85cb7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 19 Dec 2022 00:22:10 +0100 Subject: [PATCH] fix manifest: "website" should point to an actual website, not a code repository --- manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index a842f06..7d8357f 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,6 @@ "url": "https://github.com/rembo10/headphones", "upstream": { "license": "GPL-3.0-or-later", - "website": "https://github.com/rembo10/headphones", "userdoc": "https://github.com/rembo10/headphones/wiki/Usage-guide", "code": "https://github.com/rembo10/headphones" },