diff --git a/pyproject.toml b/pyproject.toml index 3adf10f..4e58aa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "The official Python client for Ollama." authors = ["Ollama "] license = "MIT" readme = "README.md" -homepage = "https://ollama.ai" -repository = "https://github.com/jmorganca/ollama-python" +homepage = "https://ollama.com" +repository = "https://github.com/ollama/ollama-python" [tool.poetry.dependencies] python = "^3.8"