From 6d820a3cbf7c2e4d0f1462d3b03dd17e1840e56b Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Tue, 31 Dec 2024 14:26:58 -0800 Subject: [PATCH] Correct URLs --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18a37c4..a6d6f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,11 +44,11 @@ test = [ ] [project.urls] -"Homepage"= "https://github.com/kislyuk/signxml" +"Homepage"= "https://github.com/XML-Security/signxml" "Documentation"= "https://xml-security.github.io/signxml/" -"Source Code"= "https://github.com/kislyuk/signxml" -"Issue Tracker"= "https://github.com/kislyuk/signxml/issues" -"Change Log"= "https://github.com/kislyuk/signxml/blob/main/Changes.rst" +"Source Code"= "https://github.com/XML-Security/signxml" +"Issue Tracker"= "https://github.com/XML-Security/signxml/issues" +"Change Log"= "https://github.com/XML-Security/signxml/blob/main/Changes.rst" [build-system] requires = ["hatchling", "hatch-vcs"]