diff --git a/README.md b/README.md index 81e2084..7f29e2b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Busch-Jäger Radio ```bash # Repository klonen -git clone https://gitea.example.com/retr0/busch-radio-spotify.git +git clone https://gitea.bitfire.work/retr0/Busch-Radio-Spotify.git # ha-addon-Verzeichnis in HA Add-on-Pfad kopieren # (unter Home Assistant OS: /addons/busch_radio_spotify) @@ -350,7 +350,7 @@ busch-radio-spotify/ ## Beitragen Issues und Pull Requests sind willkommen auf: -`https://gitea.example.com/retr0/busch-radio-spotify` +`https://gitea.bitfire.work/retr0/Busch-Radio-Spotify` --- diff --git a/busch_radio_spotify/config.yaml b/busch_radio_spotify/config.yaml index 2d65a1c..9cc967b 100644 --- a/busch_radio_spotify/config.yaml +++ b/busch_radio_spotify/config.yaml @@ -6,7 +6,7 @@ description: > Streamt Spotify-Musik als Internet-Radio-Stream für das Busch-Jäger Unterputz-Internetradio. Das Add-on erzeugt ein virtuelles Spotify Connect-Gerät (via librespot) und stellt das Audio als MP3-Stream über Icecast bereit. -url: "https://gitea.example.com/retr0/busch-radio-spotify" +url: "https://gitea.bitfire.work/retr0/Busch-Radio-Spotify" arch: - aarch64 - amd64 diff --git a/custom_components/busch_radio_spotify/manifest.json b/custom_components/busch_radio_spotify/manifest.json index f4fa39f..19e00a7 100644 --- a/custom_components/busch_radio_spotify/manifest.json +++ b/custom_components/busch_radio_spotify/manifest.json @@ -2,8 +2,8 @@ "domain": "busch_radio_spotify", "name": "Busch-Radio Spotify Bridge", "version": "1.0.0", - "documentation": "https://gitea.example.com/retr0/busch-radio-spotify", - "issue_tracker": "https://gitea.example.com/retr0/busch-radio-spotify/issues", + "documentation": "https://gitea.bitfire.work/retr0/Busch-Radio-Spotify", + "issue_tracker": "https://gitea.bitfire.work/retr0/Busch-Radio-Spotify/issues", "requirements": [], "dependencies": [], "codeowners": ["@retr0"], diff --git a/repository.yaml b/repository.yaml index 02477bd..4fe3c0e 100644 --- a/repository.yaml +++ b/repository.yaml @@ -1,4 +1,4 @@ --- name: Busch-Radio Spotify Bridge -url: https://gitea.example.com/retr0/busch-radio-spotify +url: https://gitea.bitfire.work/retr0/Busch-Radio-Spotify maintainer: retr0