aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-04-15 05:51:33 +0800
committer简律纯 <i@jyunko.cn>2024-04-15 05:51:33 +0800
commit022039ee741e7d35b957beb981ae1221997d736b (patch)
tree4702c2f6d8c9e6c2fbffb3bfdead0a7b078b28dc /pyproject.toml
parentb2574ffd2aa6d2583ee6e9ccb12f414e8add0c43 (diff)
downloadinfini-022039ee741e7d35b957beb981ae1221997d736b.tar.gz
infini-022039ee741e7d35b957beb981ae1221997d736b.zip
chore(pyproject): fix wrong project.urls key
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 48bdac49..716c1bfb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,8 +15,8 @@ readme = "README.md"
license = { text = "MIT" }
[project.urls]
-Homepage = "https://grps.hydroroll.team"
-Documentation = "https://grps.hydroroll.team"
+Homepage = "https://infini.hydroroll.team"
+Documentation = "https://infini.hydroroll.team"
Repository = "https://github.com/HydroRoll-Team/infini"
Changelog = "https://infini.hydroroll.team/zh_CN/latest/changelog.html"