diff options
| -rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 72832b7..b370665 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -6,7 +6,7 @@ "description": "A dead simple command to rename the held item.", "authors": [ { - "name": "Rosa (girlonthe.net)", + "name": "Rosa (evilandqueer)", "contact": { "discord": "https://discord.gg/A2FEXREAtQ", "email": "rosaontheweb@proton.me", @@ -16,8 +16,8 @@ ], "contact": { "discord": "https://discord.gg/A2FEXREAtQ", - "issues": "https://codeberg.org/girlonthenet/simple-rename-command/issues", - "sources": "https://codeberg.org/girlonthenet/simple-rename-command" + "issues": "https://codeberg.org/evilandqueer/simple-rename-command/issues", + "sources": "https://codeberg.org/evilandqueer/simple-rename-command" }, "license": "Unlicense", "icon": "icon.png", |
