From ec5fc3bdd66a3f199b2103ec2f55d19a03f5087d Mon Sep 17 00:00:00 2001 From: clementsan Date: Fri, 29 Mar 2024 16:42:43 -0600 Subject: [PATCH] Update project URL to jamesra owner --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d3fabc..09f8786 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,5 +32,5 @@ classifiers = [ test = ["nose"] [project.urls] -Homepage = "https://github.com/clementsan/nornir-pools" -Issues = "https://github.com/clementsan/nornir-pools/issues" +Homepage = "https://github.com/jamesra/nornir-pools" +Issues = "https://github.com/jamesra/nornir-pools/issues"