Skip to content

Commit

Permalink
Change Github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
casse-boubou committed Aug 9, 2024
1 parent 5a19e2a commit 601a380
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>erdnaxela02/ha-addon-workflows//.github/renovate.json"],
"extends": ["github>casse-boubou/ha-addon-workflows//.github/renovate.json"],
"regexManagers": [
{
"fileMatch": ["/build.yaml$"],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/addon-ci.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/addon-ci.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/addon-deploy.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/addon-deploy.yaml@main
secrets:
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/labels.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/labels.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/lock.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/lock.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/pr-labels.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/pr-labels.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/release-drafter.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/release-drafter.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/stale.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/stale.yaml@main
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@ SOFTWARE.
[add-addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=c751e21a_p2pool
[add-addon-shield]: https://my.home-assistant.io/badges/supervisor_addon.svg
[add-repo]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A//github.com/erdnaxela02/hassio-addons
[add-repo]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A//github.com/casse-boubou/hassio-addons
[add-repo-shield]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[releases]: https://github.com/erdnaxela02/addon-p2pool/releases
[releases-shield]: https://img.shields.io/github/v/release/erdnaxela02/addon-p2pool
[license-shield]: https://img.shields.io/github/license/erdnaxela02/addon-p2pool
[releases]: https://github.com/casse-boubou/addon-p2pool/releases
[releases-shield]: https://img.shields.io/github/v/release/casse-boubou/addon-p2pool
[license-shield]: https://img.shields.io/github/license/casse-boubou/addon-p2pool
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[p2pool]: https://github.com/SChernykh/p2pool
[monerod]: https://github.com/erdnaxela02/addon-monerod
[monerod]: https://github.com/casse-boubou/addon-monerod
[moneronode]: https://sethforprivacy.com/guides/run-a-monero-node-advanced/
[discord-ha]: https://discord.gg/c5DvZ4e
[forum]: https://community.home-assistant.io
[hacf]: https://forum.hacf.fr/
[Frosh]: https://github.com/erdnaxela02
[Frosh]: https://github.com/casse-boubou
[p2poolauthor]: https://github.com/SChernykh
[p2poollicense]: https://github.com/SChernykh/p2pool/blob/master/LICENSE
12 changes: 6 additions & 6 deletions p2pool/.README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub Release][releases-shield]][releases]
[![License][license-shield]][license]

{% set repository = namespace(url='https%3A//github.com/erdnaxela02/hassio-addons', slug='c751e21a') %}
{% set repository = namespace(url='https%3A//github.com/casse-boubou/hassio-addons', slug='c751e21a') %}
## About

Cet Addon vous permettra l'execution d'un pool décentralisé [p2pool][p2pool] sur votre HomeAssistant sur RaspBerry Pi 4.
Expand Down Expand Up @@ -62,12 +62,12 @@ SOFTWARE.
[forum]: https://community.home-assistant.io
[HACF]: https://forum.hacf.fr/

[Frosh]: https://github.com/erdnaxela02
[license]: https://github.com/erdnaxela02/addon-p2pool/blob/main/LICENSE
[license-shield]: https://img.shields.io/github/license/erdnaxela02/addon-p2pool
[Frosh]: https://github.com/casse-boubou
[license]: https://github.com/casse-boubou/addon-p2pool/blob/main/LICENSE
[license-shield]: https://img.shields.io/github/license/casse-boubou/addon-p2pool

[releases]: https://github.com/erdnaxela02/addon-p2pool/releases
[releases-shield]: https://img.shields.io/github/v/release/erdnaxela02/addon-p2pool
[releases]: https://github.com/casse-boubou/addon-p2pool/releases
[releases-shield]: https://img.shields.io/github/v/release/casse-boubou/addon-p2pool

[p2poolauthor]: https://github.com/SChernykh
[p2poollicense]: https://github.com/SChernykh/p2pool/blob/master/LICENSE
8 changes: 4 additions & 4 deletions p2pool/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ renseigner sur la page du projet [p2pool][p2pool].

## Installation

D'habord ajoutez le repertoire à l'add-on store de HomeAssistant (`https://github.com/erdnaxela02/hassio-addons`):
D'habord ajoutez le repertoire à l'add-on store de HomeAssistant (`https://github.com/casse-boubou/hassio-addons`):

[![Open your Home Assistant instance and show the add add-on repository dialog
with a specific repository URL pre-filled.][add-repo-shield]][add-repo]
Expand Down Expand Up @@ -175,13 +175,13 @@ SOFTWARE.

[add-addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=c751e21a_p2pool
[add-addon-shield]: https://my.home-assistant.io/badges/supervisor_addon.svg
[add-repo]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgit.luolix.top%2Ferdnaxela02%2Fhassio-addons
[add-repo]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgit.luolix.top%2Fcasse-boubou%2Fhassio-addons
[add-repo-shield]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[discord-ha]: https://discord.gg/c5DvZ4e
[forum]: https://community.home-assistant.io
[hacf]: https://forum.hacf.fr/
[Frosh]: https://github.com/erdnaxela02
[releases]: https://github.com/erdnaxela02/addon-p2pool/releases
[Frosh]: https://github.com/casse-boubou
[releases]: https://github.com/casse-boubou/addon-p2pool/releases
[p2pool]: https://github.com/SChernykh/p2pool
[p2poolauthor]: https://github.com/SChernykh
[p2poollicense]: https://github.com/SChernykh/p2pool/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion p2pool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LABEL \
org.opencontainers.image.vendor="Frosh Home Assistant Add-ons" \
org.opencontainers.image.authors="Frosh" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://github.com/erdnaxela02/hassio-addons" \
org.opencontainers.image.url="https://github.com/casse-boubou/hassio-addons" \
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
Expand Down
2 changes: 1 addition & 1 deletion p2pool/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: P2Pool
url: https://github.com/erdnaxela02/addon-p2pool
url: https://github.com/casse-boubou/addon-p2pool
version: dev
slug: p2pool
arch:
Expand Down

0 comments on commit 601a380

Please sign in to comment.