From dc6defdf616ee33deabb579aee1f772b9beb2ce9 Mon Sep 17 00:00:00 2001 From: Jonathan Staab Date: Wed, 29 Mar 2023 10:22:09 -0500 Subject: [PATCH] Update repo url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e52e02e..0a32edd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Yet another toolkit for nostr", "repository": { "type": "git", - "url": "https://github.com/staab/paravel.git" + "url": "https://github.com/coracle-social/paravel.git" }, "main": "./dist/paravel.cjs", "module": "./dist/paravel.esm.js",