From d0808eddd86b30de77b3be3e9d567e5a7993a143 Mon Sep 17 00:00:00 2001 From: Thorin Tabor Date: Sat, 30 Jan 2021 04:42:58 +0000 Subject: [PATCH] Fixed a typo pointing to the wrong download artifact in system.json --- system.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.json b/system.json index 8814e6c..4ce3657 100644 --- a/system.json +++ b/system.json @@ -75,6 +75,6 @@ "socket": true, "url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/", "manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/raw/system.json", - "download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/-/archive/master/foundryvtt-shadows-over-sol.zip", + "download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/archive/master/foundryvtt-shadows-over-sol.zip", "license": "LICENSE.txt" }