aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-08-02 11:08:26 -0500
committerChristian Cleberg <hello@cleberg.net>2025-08-02 11:08:26 -0500
commit20fcb673f489a64ec38b94da889413bec2c2e633 (patch)
tree6d4de1dc6b18f52d2ea6645026d6806e129b1938 /pyproject.toml
parentfc0ea096722178bd609bce168d194c926d411a38 (diff)
downloadnba-scores-20fcb673f489a64ec38b94da889413bec2c2e633.tar.gz
nba-scores-20fcb673f489a64ec38b94da889413bec2c2e633.tar.bz2
nba-scores-20fcb673f489a64ec38b94da889413bec2c2e633.zip
fix: update git linksHEADmain
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 39d6bc1..d628327 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,8 +19,8 @@ dependencies = [
]
[project.urls]
-Homepage = "https://github.com/ccleberg/nba-scores"
-Issues = "https://github.com/ccleberg/nba-scores/issues"
+Homepage = "https://git.sr.ht/~cxc/nba-scores"
+Issues = "https://git.sr.ht/~cxc/nba-scores"
[project.scripts]
nba = "nba.cli:nba"