Skip to content

Commit

Permalink
fix: github urls were missing a dash (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
silky authored Jun 26, 2024
1 parent 3b33f2d commit 656c208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ dev = [


[project.urls] # Optional
"Homepage" = "https://github.com/transitionzero/tz-osemosys"
"Bug Reports" = "https://github.com/transitionzero/tz-osemosys/issues"
"Homepage" = "https://github.com/transition-zero/tz-osemosys"
"Bug Reports" = "https://github.com/transition-zero/tz-osemosys/issues"
"Funding" = "https://transitionzero.org"
"Source" = "https://github.com/transitionzero/tz-osemosys"
"Source" = "https://github.com/transition-zero/tz-osemosys"

# The following would provide a command line executable called `sample`
# which executes the function `main` from this package when invoked.
Expand Down

0 comments on commit 656c208

Please sign in to comment.