diff options
| author | 2024-04-15 05:51:33 +0800 | |
|---|---|---|
| committer | 2024-04-15 05:51:33 +0800 | |
| commit | 022039ee741e7d35b957beb981ae1221997d736b (patch) | |
| tree | 4702c2f6d8c9e6c2fbffb3bfdead0a7b078b28dc | |
| parent | b2574ffd2aa6d2583ee6e9ccb12f414e8add0c43 (diff) | |
| download | infini-022039ee741e7d35b957beb981ae1221997d736b.tar.gz infini-022039ee741e7d35b957beb981ae1221997d736b.zip | |
chore(pyproject): fix wrong project.urls key
| -rw-r--r-- | pyproject.toml | 4 |
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" |
