From 5e74a5b39b4683a8aeb9a509d4f8dcd3ca03caef Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Sat, 12 Apr 2025 17:20:48 +0100 Subject: [PATCH] chore: fix package homepage url in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a36204b..4e1d569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Darren Burns "] maintainers = ["Will McGugan "] license = "MIT" readme = "README.md" -homepage = "https://github.com/darrenburns/pytest-textual-snapshot" +homepage = "https://github.com/Textualize/pytest-textual-snapshot" classifiers = [ "Development Status :: 5 - Production/Stable", "Framework :: Pytest",