From 4f11599313ce46d6cdb197d28710a5b7aca57a30 Mon Sep 17 00:00:00 2001
From: tobias <thinkdifferent055@gmail.com>
Date: Mon, 26 Feb 2024 20:46:59 +0100
Subject: [PATCH] Use correct repository and bugtracker urls

---
 companion/manifest.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/companion/manifest.json b/companion/manifest.json
index d8cf45f..ede6b2d 100644
--- a/companion/manifest.json
+++ b/companion/manifest.json
@@ -5,8 +5,8 @@
 	"description": "A companion plugin to remotely control PlayWal",
 	"version": "0.0.1",
 	"license": "MIT",
-	"repository": "git+https://github.com/bitfocus/companion-module-your-module-name.git",
-	"bugs": "https://github.com/bitfocus/companion-module-your-module-name/issues",
+	"repository": "https://thecodelabs.de/PlayWall/PlayWallCompanion.git",
+	"bugs": "https://thecodelabs.de/PlayWall/PlayWallCompanion/-/issues",
 	"maintainers": [
 		{
 			"name": "Tobias Ullerich",
-- 
GitLab