From fd73185ff1005b47f395799696a2454641c5f0a7 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 14 Sep 2024 14:02:25 -0500 Subject: [PATCH] docs: update project links, kallithea -> forgejo --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 17a034b..d9cf5fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,8 @@ rattail_woocommerce = "rattail_woocommerce.commands" [project.urls] Homepage = "https://rattailproject.org" -Repository = "https://kallithea.rattailproject.org/rattail-project/rattail-woocommerce" -Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-woocommerce/files/master/CHANGELOG.md" +Repository = "https://forgejo.wuttaproject.org/rattail/rattail-woocommerce.git" +Changelog = "https://forgejo.wuttaproject.org/rattail/rattail-woocommerce/src/branch/master/CHANGELOG.md" [tool.commitizen]