Skip to content

Commit be7882c

Browse files
authored
Merge pull request #16 from testing-cabal/issues-on-github
Change issue tracker and homepage to GitHub
2 parents 80de178 + 775112d commit be7882c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ requires-python = ">=3.10"
2828
dynamic = ["version"]
2929

3030
[project.urls]
31-
Homepage = "https://launchpad.net/testscenarios"
32-
"Bug Tracker" = "https://bugs.launchpad.net/testscenarios"
31+
Homepage = "https://github.com/testing-cabal/testscenarios"
32+
"Bug Tracker" = "https://github.com/testing-cabal/testscenarios/issues"
3333
"Source Code" = "https://github.com/testing-cabal/testscenarios"
3434

3535
[project.optional-dependencies]

0 commit comments

Comments
 (0)