summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-08-02 11:09:11 -0500
committerChristian Cleberg <hello@cleberg.net>2025-08-02 11:09:11 -0500
commit1c7d6acca84706ea426f9034bccc4caaeebb892b (patch)
tree34c2fc5d674010f90c6933e16fecce735acf205b /pyproject.toml
parent2f6378e067472d9a4a0736ecd4fa0fd33d990c82 (diff)
downloadyoshi-cli-1c7d6acca84706ea426f9034bccc4caaeebb892b.tar.gz
yoshi-cli-1c7d6acca84706ea426f9034bccc4caaeebb892b.tar.bz2
yoshi-cli-1c7d6acca84706ea426f9034bccc4caaeebb892b.zip
fix: update git links
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 44967cb..3bb1044 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,8 +18,8 @@ dependencies = [
]
[project.urls]
-Homepage = "https://github.com/ccleberg/yoshi"
-Issues = "https://github.com/ccleberg/yoshi/issues"
+Homepage = "https://git.sr.ht/~cxc/yoshi"
+Issues = "https://git.sr.ht/~cxc/yoshi"
[project.scripts]
yoshi = "yoshi.cli:yoshi"