From 73d4479a4fa6a407f21be24ba123886ccb5bc43a Mon Sep 17 00:00:00 2001 From: RacoonDog <32882447+racoondog@users.noreply.github.com> Date: Sun, 22 Jun 2025 04:53:46 -0400 Subject: [PATCH] replace `contact.repo` field in `fabric.mod.json` with `contact.sources` --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bb8c721d..c7896274 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,7 +8,7 @@ "seasnail" ], "contact": { - "repo": "https://github.com/MeteorDevelopment/meteor-addon-template" + "sources": "https://github.com/MeteorDevelopment/meteor-addon-template" }, "icon": "assets/template/icon.png", "environment": "client",