From 136e8e9084c51324f0dbc334820e93355003b5d2 Mon Sep 17 00:00:00 2001 From: Username404 Date: Sat, 24 Jun 2023 17:24:16 +0200 Subject: [PATCH] Fix the homepage link in the fabric.mod.json file Signed-off-by: Username404 --- fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index c702ea3..6c039ea 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -9,7 +9,7 @@ "Username404" ], "contact": { - "homepage": "https://modrinth.com/mod/snowy", + "homepage": "https://modrinth.com/mod/snowygui", "sources": "https://gits.username404.fr/Username404-59/SnowyGUI" },