Skip to content

Commit f43d0e3

Browse files
committed
chore: fix __url__
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent 4e94ae8 commit f43d0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pact/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from pact.__version__ import __version__, __version_tuple__
1313

14-
__url__ = "https://github.com/pactflow/accord"
14+
__url__ = "https://github.com/pact-foundation/pact-python"
1515
__license__ = "MIT"
1616

1717
__all__ = [

0 commit comments

Comments
 (0)