From 5c995983f06c05771ad400a52588aa7f38a22c69 Mon Sep 17 00:00:00 2001 From: Farling Date: Thu, 20 Mar 2025 14:32:54 +0000 Subject: [PATCH] Update links to new location --- module.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module.json b/module.json index ff6f878..a3c15c6 100644 --- a/module.json +++ b/module.json @@ -19,10 +19,10 @@ "esmodules": [ "src/socketlib.js" ], - "url": "https://github.com/manuelVo/foundryvtt-socketlib", - "download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.1.0.zip", - "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json", - "readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md", - "changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md", - "bugs": "https://github.com/manuelVo/foundryvtt-socketlib/issues" + "url": "https://github.com/farling42/foundryvtt-socketlib", + "download": "https://github.com/farling42/foundryvtt-socketlib/archive/v1.1.0.zip", + "manifest": "https://raw.githubusercontent.com/farling42/foundryvtt-socketlib/master/module.json", + "readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md", + "changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md", + "bugs": "https://github.com/farling42/foundryvtt-socketlib/issues" }