From f43d0e3b05a216c0c7b9171b1438c1860e047515 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Thu, 17 Oct 2024 11:59:17 +1100 Subject: [PATCH] chore: fix __url__ Signed-off-by: JP-Ellis --- src/pact/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pact/__init__.py b/src/pact/__init__.py index 519086e7c..d085cac52 100644 --- a/src/pact/__init__.py +++ b/src/pact/__init__.py @@ -11,7 +11,7 @@ from pact.__version__ import __version__, __version_tuple__ -__url__ = "https://github.com/pactflow/accord" +__url__ = "https://github.com/pact-foundation/pact-python" __license__ = "MIT" __all__ = [