From 8fb20311f918645a40feacff8ded9b35aa14733b Mon Sep 17 00:00:00 2001 From: voronin9032 Date: Sun, 3 Dec 2023 20:32:43 +0300 Subject: [PATCH] Change organization name in URLs (yeah, again) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index efc7f30..cbaf560 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ classifiers = [ ] [tool.poetry.urls] -"Homeage" = "https://github.com/anga02/pip-install-traps" -"Bug Tracker" = "https://github.com/anga02/pip-install-traps/issues" +"Homeage" = "https://github.com/ag02-org/pip-install-traps" +"Bug Tracker" = "https://github.com/ag02-org/pip-install-traps/issues" [tool.poetry.dependencies] python = "^3.7"