From d664a437e0d6a916901bbe43e2b104a1c7134be3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 9 Dec 2025 20:59:40 +0100 Subject: [PATCH] update: updated project urls in .toml file --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26494e3..eefea66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sp-hydra-veil-gui" -version = "1.1.9" +version = "1.2.0" authors = [ { name = "Simplified Privacy" }, ] @@ -19,8 +19,8 @@ dependencies = [ ] [project.urls] -Homepage = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-gui" -Issues = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-gui/issues" +Homepage = "https://git.simplifiedprivacy.com/codeking/sp-hydra-veil-gui" +Issues = "https://git.simplifiedprivacy.com/codeking/sp-hydra-veil-gui/issues" [build-system] requires = ["hatchling"]