From c8fb23787a74f0b5a5d1ba0ead7dc34b2046ca19 Mon Sep 17 00:00:00 2001 From: Andreas Reisinger Date: Sat, 5 Oct 2024 20:49:27 +0200 Subject: [PATCH] change ghcr --- .github/workflows/build.yml | 2 +- docker-compose.yml | 2 +- docs/DOCKER.md | 2 +- repository.yaml | 2 +- src/hass_mqtt/base.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c08279..b345c0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ on: - ".dockerignore" env: - IMAGE: ghcr.io/wez/govee2mqtt + IMAGE: ghcr.io/reisich/govee2mqtt jobs: build: diff --git a/docker-compose.yml b/docker-compose.yml index dcaa40f..d7e8f8d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.8' services: govee2mqtt: - image: ghcr.io/wez/govee2mqtt:latest + image: ghcr.io/reisich/govee2mqtt:latest container_name: govee2mqtt restart: unless-stopped env_file: diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 8aa2d4f..872af68 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -43,7 +43,7 @@ TZ=America/Phoenix version: '3.8' services: pv2mqtt: - image: ghcr.io/wez/govee2mqtt:latest + image: ghcr.io/reisich/govee2mqtt:latest container_name: govee2mqtt restart: unless-stopped env_file: diff --git a/repository.yaml b/repository.yaml index 794b332..ec647e8 100644 --- a/repository.yaml +++ b/repository.yaml @@ -1,3 +1,3 @@ name: Govee to MQTT Bridge -url: https://github.com/wez/govee2mqtt +url: https://github.com/reisich/govee2mqtt maintainer: Wez Furlong diff --git a/src/hass_mqtt/base.rs b/src/hass_mqtt/base.rs index c7fb5c2..2c6bbfb 100644 --- a/src/hass_mqtt/base.rs +++ b/src/hass_mqtt/base.rs @@ -4,7 +4,7 @@ use crate::version_info::govee_version; use serde::Serialize; const MODEL: &str = "gv2mqtt"; -const URL: &str = "https://github.com/wez/govee2mqtt"; +const URL: &str = "https://github.com/reisich/govee2mqtt"; #[derive(Serialize, Clone, Debug, Default)] pub struct EntityConfig {