diff --git a/pyproject.toml b/pyproject.toml index f58b539..0cc4de1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["fdev31 "] license = "MIT" readme = "README.md" packages = [{include = "pyprland"}] -homepage = "https://github.com/fdev31/pyprland/" +homepage = "https://github.com/hyprland-community/pyprland/" [tool.poetry.scripts] pypr = "pyprland.command:main"