From a973f220d404a87966aaa3aa2c7418ede1689363 Mon Sep 17 00:00:00 2001 From: Brad Wood Date: Mon, 9 Sep 2024 23:16:24 -0500 Subject: [PATCH] Update box.json --- box.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/box.json b/box.json index 71943f0..c814184 100644 --- a/box.json +++ b/box.json @@ -3,17 +3,20 @@ "version": "@build.version@+@build.number@", "location": "https://downloads.ortussolutions.com/ortussolutions/boxlang-modules/bx-wddx/@build.version@/bx-wddx-@build.version@.zip", "author": "Ortus Solutions", - "homepage": "https://github.com/boxlang-modules/bx-wddx", - "documentation": "https://github.com/boxlang-modules/bx-wddx", + "homepage": "https://github.com/ortus-boxlang/bx-wddx", + "documentation": "https://github.com/ortus-boxlang/bx-wddx", "repository": { "type": "git", - "URL": "https://github.com/boxlang-modules/bx-wddx" + "URL": "https://github.com/ortus-boxlang/bx-wddx" }, - "bugs": "https://github.com/boxlang-modules/bx-wddx/issues", + "bugs": "https://github.com/ortus-boxlang/bx-wddx/issues", "slug": "bx-wddx", "shortDescription": "BoxLang module for processing to and from Web Distributed Data eXchange (WDDX)", "type": "boxlang-modules", - "keywords": ["boxlang", "wddx"], + "keywords": [ + "boxlang", + "wddx" + ], "boxlang": { "minimumVersion": "1.0.0", "moduleName": "wddx" @@ -45,4 +48,4 @@ "setupTemplate": "task run taskFile=src/build/SetupTemplate.cfc", "onRelease": "publish" } -} +} \ No newline at end of file