From 6eff4b1160d12a9454b0a04b38b817f64c8bd759 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Sat, 29 Apr 2023 10:19:44 +0200 Subject: [PATCH] update the url after moving to hyprland-community --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"