diff --git a/pyproject.toml b/pyproject.toml index 697ab4c..4cd1667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = ">=3.11,<4.0" rich = "^14.1.0" typer = "^0.17.4" dice = "^4.0.0" -random_sets = { git = "https://github.com/evilchili/random-sets", branch="main" } +random_sets = { git = "https://git.evilchi.li/evilchili/random-sets", branch="main" } [tool.poetry.group.dev.dependencies] pytest = "^7.4.3"