From 145fd4d4a9944b16769ebb5342dd9d5a608448ac Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 7 Feb 2021 19:42:51 +0100 Subject: [PATCH] Fix manifest link --- src/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.json b/src/module.json index 170ebcb..7b12505 100644 --- a/src/module.json +++ b/src/module.json @@ -8,7 +8,7 @@ "compatibleCoreVersion": "0.7.9", "esmodules": ["module/risk-dice-modifier.js"], "url": "https://git.f3l.de/ghost/risk-dice-modifier", - "manifest": "https://git.f3l.de/ghost/risk-dice-modifier/-/raw/latest/src/system.json?inline=false", + "manifest": "https://git.f3l.de/ghost/risk-dice-modifier/-/raw/latest/src/module.json?inline=false", "download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/0.0.1/download?job=build", "license": "MIT" }