From f9dd8bc1c92ec99dbdc712efdf0cad56e8489def Mon Sep 17 00:00:00 2001 From: claude Date: Wed, 22 Jul 2026 21:48:47 +0300 Subject: [PATCH] Point documentation/issue_tracker at the actual Gitea repo Replace the placeholder github.com/tewris URLs (guessed from the user's email domain) with the real repository on git.stalkersvr.ru. Co-Authored-By: Claude Opus 4.8 --- custom_components/reticulum/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/reticulum/manifest.json b/custom_components/reticulum/manifest.json index 0cdbba5..deffb3c 100644 --- a/custom_components/reticulum/manifest.json +++ b/custom_components/reticulum/manifest.json @@ -5,10 +5,10 @@ "config_flow": true, "dependencies": [], "after_dependencies": ["conversation"], - "documentation": "https://github.com/tewris/ha-reticulum", + "documentation": "https://git.stalkersvr.ru/StalkerSVR/ha-reticulum", "integration_type": "hub", "iot_class": "local_push", - "issue_tracker": "https://github.com/tewris/ha-reticulum/issues", + "issue_tracker": "https://git.stalkersvr.ru/StalkerSVR/ha-reticulum/issues", "loggers": ["RNS", "LXMF"], "requirements": ["rns>=0.9.0", "lxmf>=0.6.0"], "single_config_entry": true,