From 4ea76bba3d6fab11d93dbe69349a8fbd46e8e5e9 Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Wed, 5 Jul 2023 15:12:40 +0200 Subject: [PATCH] update repository url --- README.md | 2 +- repository.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4aaa533..a50bb5b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Please follow [Home Assistant's instructions][hassio-add-repo] to add a custom r The repository address to point at is the following: ``` -https://forge.slowte.ch/hassio/addons +https://forge.slowte.ch/selfhosted/hassio-addons ``` ## License diff --git a/repository.json b/repository.json index dfbf7de..95ffd2e 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,5 @@ { "name": "Home Assistant Slowtech Add-ons", - "url": "https://forge.slowte.ch/hassio/addons", + "url": "https://forge.slowte.ch/selfhosted/hassio-addons", "maintainer": "Pierre Guillod " }