From 8b5ee94b105f967ad1d071b62f915a47d38cbdaf Mon Sep 17 00:00:00 2001 From: exlier Date: Mon, 8 Jun 2026 14:03:03 +0000 Subject: [PATCH] update pyproject.toml URLs --- README.md | 6 +++--- pyproject.toml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 201c9f4..cb1417d 100644 --- a/README.md +++ b/README.md @@ -171,9 +171,9 @@ Settings are saved automatically. - - - Star History Chart + + + Star History Chart diff --git a/pyproject.toml b/pyproject.toml index ff35ef9..7d2a763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,10 +35,10 @@ dependencies = [ ] [project.urls] -Home = "https://github.com/AkshajSinghal/TruShell" -Repository = "https://github.com/AkshajSinghal/TruShell" -Documentation = "https://github.com/AkshajSinghal/TruShell#readme" -"Bug Tracker" = "https://github.com/AkshajSinghal/TruShell/issues" +Home = "https://github.com/TruFoundation/TruShell" +Repository = "https://github.com/TruFoundation/TruShell" +Documentation = "https://github.com/TruFoundation/TruShell#readme" +"Bug Tracker" = "https://github.com/TruFoundation/TruShell/issues" [project.optional-dependencies] dev = ["pytest>=8.0.0", "ruff>=0.0.280", "black>=24.10.0"]