From 07bddbb1324a92f7d48513128daef62af57c25cb Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 21 Jan 2021 09:45:10 -0500 Subject: [PATCH] update module.json to point to the league repo --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 7c97810..f918314 100644 --- a/module.json +++ b/module.json @@ -60,9 +60,9 @@ "path": "lang/zh-CN.json" } ], - "url": "https://github.com/kakaroto/fvtt-module-furnace", - "manifest": "https://raw.githubusercontent.com/kakaroto/fvtt-module-furnace/master/module.json", - "download": "https://github.com/kakaroto/fvtt-module-furnace/releases/download/v2.6.0/furnace.zip", + "url": "https://github.com/League-of-Foundry-Developers/fvtt-module-furnace", + "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/fvtt-module-furnace/master/module.json", + "download": "https://github.com/League-of-Foundry-Developers/fvtt-module-furnace/releases/download/v2.6.0/furnace.zip", "socket": true, "minimumCoreVersion": "0.7.7", "compatibleCoreVersion": "0.8.0"