diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4bc9c2d..0de81c4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -4,12 +4,12 @@ "version": "${version}", "name": "Translater", "description": "Translates minecraft back and forth", - "authors": [ - "JFronny" - ], + "authors": ["JFronny"], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://gitlab.com/jfmods/translater" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/Translater/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/Translater" }, "license": "MIT", "icon": "assets/translater/icon.png",