From ea907c3be8cf14a6ced0a5d76a296357eab648b9 Mon Sep 17 00:00:00 2001 From: Zane Starr Date: Thu, 30 Dec 2021 17:59:19 -0800 Subject: [PATCH] fix: repo link in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 428070c..c34785b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/swappland/open-rpc-near-token-standards" + "url": "git+https://github.com/swappland/swappland-market-contract-spec" }, "author": "", "license": "Apache-2.0",