krz/nba-scores

A CLI/TUI app for NBA scores.

clone: git clone https://gitbay.org/krz/nba-scores.git

00f695c765aead8aa0160a3c676cf85716178beb

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-12-31T04:49:29Z

update from sourcehut to cgit
 README.md      | 8 ++++----
 pyproject.toml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 5c4971a..67ee760 100644
--- a/README.md
+++ b/README.md
@@ -27,12 +27,12 @@ pipx install nba-scores
 To run the script locally, run the following commands:
 
 ```shell
-git clone https://git.sr.ht/~cxc/nba-scores
+git clone https://git.cleberg.net/nba-scores.git
 cd nba-scores
 pipx install .
 ```
 
-![Installation](https://git.sr.ht/~cxc/nba-scores/blob/main/screenshots/installation.png)
+![Installation](./screenshots/installation.png)
 
 # Usage
 
@@ -47,10 +47,10 @@ All commands can be passed to the program with the following template:
 | `--standings` | `-st`    | Show current conference standings |
 
 Scores:
-![Scores](https://git.sr.ht/~cxc/nba-scores/blob/main/screenshots/scores.png)
+![Scores](./screenshots/scores.png)
 
 Standings:
-![Standings](https://git.sr.ht/~cxc/nba-scores/blob/main/screenshots/standings.png)
+![Standings](./screenshots/standings.png)
 
 # Contributing
 
diff --git a/pyproject.toml b/pyproject.toml
index d628327..925317f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,8 +19,8 @@ dependencies = [
 ]
 
 [project.urls]
-Homepage = "https://git.sr.ht/~cxc/nba-scores"
-Issues = "https://git.sr.ht/~cxc/nba-scores"
+Homepage = "https://git.cleberg.net/nba-scores.git"
+Issues = "https://git.cleberg.net/nba-scores.git"
 
 [project.scripts]
 nba = "nba.cli:nba"