From 02bba5fef06bda1e2030f9ede7959be422136b29 Mon Sep 17 00:00:00 2001 From: Matthieu CAILLEAUX Date: Mon, 27 Dec 2021 22:18:35 +0100 Subject: [PATCH] chore: correct module json --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index d98246a..c5634d0 100644 --- a/module.json +++ b/module.json @@ -22,7 +22,7 @@ } ], "styles": ["./styles/main.css"], - "url": "https://github.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print", + "url": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print", "download": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/releases/${MODULE_VERSION}/downloads/dist/wfrp4-actor-sheet-print.zip", "manifest": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/releases/${MODULE_VERSION}/downloads/dist/module.json", "readme": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/raw/${MODULE_VERSION}/README.md",