From 289c9aebee6a9ebda6687aa784c606c1fde5caa2 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 15 Jul 2024 21:24:02 -0700 Subject: [PATCH] pyproject: update project URLs --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e4ee47..3ab9e07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,5 +18,5 @@ classifiers = [ ] [project.urls] -Homepage = "https://github.com/etorres4/packaging-scripts" -Repository = "https://github.com/etorres4/packaging-scripts" +Homepage = "https://git.its-et.me/etorres/packaging-scripts" +Repository = "https://git.its-et.me/etorres/packaging-scripts"