diff --git a/README.md b/README.md index e23d0e8..918e153 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ https://docs.mau.fi/bridges/python/telegram/index.html * Report a bug: https://github.com/YunoHost-Apps/mautrix_telegram_ynh/issues * App website: https://github.com/YunoHost-Apps/mautrix-whatsapp_ynh * Upstream app documentation: https://docs.mau.fi/bridges/python/telegram/index.html - * Upstream app repository: https://github.com/tulir/mautrix-telegram + * Upstream app repository: https://github.com/mautrix/telegram * Up-Upstream repository: https://gitlab.com/telegramd/telegramd * YunoHost website: https://yunohost.org/ diff --git a/conf/app.src b/conf/app.src index 28b6222..eced268 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/tulir/mautrix-telegram/archive/refs/tags/v0.10.0.tar.gz -SOURCE_SUM=a9d09d6cd1f13074aa844114db9939dfb75ca1dc898467535d66208c7568209f +SOURCE_URL=https://github.com/mautrix/telegram/archive/refs/tags/v0.10.1.tar.gz +SOURCE_SUM=81376427d454b6c99c01b244027cd7609d19ef84653625d4027ba92fd5de0466 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/config.yaml b/conf/config.yaml index ed6ac92..e1933bf 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -47,7 +47,7 @@ appservice: external: https://example.com/public # Provisioning API part of the web server for automated portal creation and fetching information. - # Used by things like mautrix-manager (https://github.com/tulir/mautrix-manager). + # Used by things like mautrix-manager (https://github.com/mautrix/manager). provisioning: # Whether or not the provisioning API should be enabled. enabled: false diff --git a/manifest.json b/manifest.json index e87bab7..ab13f9a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,12 +6,12 @@ "en": "A Telegram puppeting bridge for Matrix/Synapse.", "fr": "Passerelle Telegram pour Matrix/Synapse." }, - "version": "0.10.0~ynh1", - "url": "https://github.com/tulir/mautrix-telegram", + "version": "0.10.1~ynh1", + "url": "https://github.com/mautrix/telegram", "license": "AGPL-3.0-or-later", "maintainer": { - "name": "Gredin67", - "email": "mautrix_telegram_ynh@sans-nuage.fr", + "name": "", + "email": "", "url": "https://github.com/YunoHost-Apps/mautrix_telegram_ynh" }, "requirements": {