From 4d93b8960042de533f0cf7f30518c71086956a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Vanderheyden?= Date: Fri, 25 Oct 2024 14:46:10 +0200 Subject: [PATCH] fix: update github refs to new repo name --- README.md | 10 +++++----- SECURITY.md | 2 +- package.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 58cc07a..7fad003 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?machine=basicLinux32gb&repo=612398925&ref=main) -![Package version](https://img.shields.io/github/package-json/v/Th3S4mur41/hw2energyid) -![GitHub last commit](https://img.shields.io/github/last-commit/Th3S4mur41/hw2energyid) -![Release](https://github.com/Th3S4mur41/hw2energyid/actions/workflows/release.yml/badge.svg?branch=main) -[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Th3S4mur41/hw2energyid/badge)](https://scorecard.dev/viewer/?uri=github.com/Th3S4mur41/hw2energyid) +![Package version](https://img.shields.io/github/package-json/v/Th3S4mur41/hw-hooks) +![GitHub last commit](https://img.shields.io/github/last-commit/Th3S4mur41/hw-hooks) +![Release](https://github.com/Th3S4mur41/hw-hooks/actions/workflows/release.yml/badge.svg?branch=main) +[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Th3S4mur41/hw-hooks/badge)](https://scorecard.dev/viewer/?uri=github.com/Th3S4mur41/hw-hooks) **hw2energyid** is small tool to synchronize data from [HomeWizard](https://www.homewizard.com/) devices to your [EnergyID](https://app.energyid.eu/) dashboard. @@ -79,7 +79,7 @@ version: '3' services: hw2energyid: - image: ghcr.io/th3s4mur41/hw2energyid + image: ghcr.io/Th3S4mur41/hw-hooks environment: - energyid= - meter= diff --git a/SECURITY.md b/SECURITY.md index 0a643a8..cb3d2e5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,7 @@ currently being supported with security updates. We take security bugs in hw2energyid seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. -To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/Th3S4mur41/hw2energyid/security/advisories/new) tab. +To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/Th3S4mur41/hw-hooks/security/advisories/new) tab. We will send a response indicating the next steps in handling your report. After the initial reply to your report, we will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance. diff --git a/package.json b/package.json index a25927a..c0b28b3 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,14 @@ "keywords": ["homewizard", "homewizard-energy", "homewizard-p1-meter", "energyid", "sync", "api", "webhook"], "author": "Michaƫl Vanderheyden (https://th3s4mur41.me)", "license": "MIT", - "homepage": "https://github.com/Th3S4mur41/hw2energyid", + "homepage": "https://github.com/Th3S4mur41/hw-hooks", "funding": "https://github.com/sponsors/Th3S4mur41", "repository": { "type": "git", - "url": "https://github.com/Th3S4mur41/hw2energyid.git" + "url": "https://github.com/Th3S4mur41/hw-hooks.git" }, "bugs": { - "url": "https://github.com/Th3S4mur41/hw2energyid/issues" + "url": "https://github.com/Th3S4mur41/hw-hooks/issues" }, "publishConfig": { "access": "public",