chore: point metadata to Gitea repository

This commit is contained in:
Hermes Agent
2026-08-02 17:22:00 +02:00
parent 26431a4e26
commit 490d8d27d5
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from typing import Any
import httpx
USER_AGENT = "OpenHerbarium-MCP/0.1 (+https://example.invalid/openherbarium-mcp)"
USER_AGENT = "OpenHerbarium-MCP/0.1 (+https://git.home-deneuville.fr/Edern/openherbarium-mcp)"
class BotanicalHTTPClient: