diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | pyproject.toml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ description = "Minecraft Instances Manager" license = "MIT" documentation = "https://dropin.hydroroll.team/" homepage = "https://dropin.hydroroll.team/" -repository = "https://github.com/HsiangNianian/DropIn" +repository = "https://github.com/HydroRoll-Team/DropIn" authors = ["HsiangNianian"] [lib] diff --git a/pyproject.toml b/pyproject.toml index 46220e5..b7640b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ classifiers = [ ] [project.urls] -homepage = "https://hydroroll.team/" -repository = "https://github.com/HsiangNianian/DropIn" +homepage = "https://dropin.hydroroll.team/" +repository = "https://github.com/HydroRoll-Team/DropIn" documentation = "https://dropin.hydroroll.team/" [project.scripts] |