From 1c93749fab80993e712b21e3f1b8013ae960cb97 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Mon, 18 Sep 2023 16:57:21 -0400 Subject: [PATCH] Update mod metadata --- src/main/resources/fabric.mod.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 25542aa..baa18db 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,14 +2,13 @@ "schemaVersion": 1, "id": "thinksame", "version": "${version}", - "name": "ThinkSame", - "description": "Fixes issues on macOS including Ctrl+Left-Click simulating Right-Click.", + "name": "Think Same", + "description": "Patches for bugs and anti-features on macOS", "authors": [ { "name": "Michael Pfaff", "contact": { - "email": "michael@pfaff.dev", - "matrix": "@michael:pfaff.dev" + "email": "michael@pfaff.dev" } } ],