Skip to content

Commit

Permalink
chore: fix __url__
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Oct 17, 2024
1 parent 4e94ae8 commit f43d0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pact/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = [
Expand Down

0 comments on commit f43d0e3

Please sign in to comment.