From 11a571dd0101dad7e73158bbc6c2bde092a71385 Mon Sep 17 00:00:00 2001 From: Nodari Chkuaselidze Date: Tue, 13 Jun 2023 14:00:12 +0400 Subject: [PATCH] pkg: make bcoin-org the main repository. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7aaa4ee..3bd0784 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ "assert" ], "license": "MIT", - "repository": "git://github.com/chjj/bsert.git", - "homepage": "https://github.com/chjj/bsert", + "repository": "git://github.com/bcoin-org/bsert.git", + "homepage": "https://github.com/bcoin-org/bsert", "bugs": { - "url": "https://github.com/chjj/bsert/issues" + "url": "https://github.com/bcoin-org/bsert/issues" }, "author": "Christopher Jeffrey ", "main": "./lib/assert.js",