From 67fc21271bf19712e9ff110544c06b73794c7b48 Mon Sep 17 00:00:00 2001 From: Jummit Date: Sun, 16 May 2021 02:34:53 +0200 Subject: [PATCH] Add Jummit to authors and fix dead links --- src/main/resources/fabric.mod.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 697d8cc23..0616afae8 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,15 +7,16 @@ "license": "ComputerCraft Public License", "icon": "assets/computercraft/pack.png", "contact": { - "homepage": "https://github.com/Merith-TK/cc-restiched", - "issues": "https://github.com/Merith-TK/cc-restiched/issues" + "homepage": "https://github.com/Merith-TK/cc-restitched", + "issues": "https://github.com/Merith-TK/cc-restitched/issues" }, "authors": [ "Daniel Ratcliffe", "Aaron Mills", "SquidDev", "parly", - "Merith.TK" + "Merith.TK", + "Jummit" ], "depends": { "fabricloader": ">=0.4.0",