Polish Bearhub branding in UI and metadata

This commit is contained in:
Sebastian Palencsar
2026-05-28 05:51:29 +02:00
parent 6699381adf
commit 93fd715925
14 changed files with 57 additions and 57 deletions

View File

@@ -21,7 +21,7 @@ def check_for_update(logger: logging.Logger, http_client: HttpClient, i18n: I18n
logger.info("Checking for updates")
try:
releases = http_client.get_json('https://api.github.com/repos/vinifmor/bauh/releases')
releases = http_client.get_json('https://api.github.com/repos/spalencsar/bearhub/releases')
if releases:
latest = None