From fc67b06a3b1954aa804eed422a2735848f3a39e0 Mon Sep 17 00:00:00 2001 From: Danil Yarantsev Date: Thu, 11 Feb 2021 02:33:09 +0300 Subject: [PATCH] Fix abbeymart's package git repos (#1809) --- packages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index 70ff81c..8cd0d53 100644 --- a/packages.json +++ b/packages.json @@ -18664,7 +18664,7 @@ }, { "name": "mccache", - "url": "https://github.com/abbeymart/mccache", + "url": "https://github.com/abbeymart/mccache-nim", "method": "git", "tags": [ "web", @@ -18672,11 +18672,11 @@ ], "description": "mccache package: in-memory caching", "license": "MIT", - "web": "https://github.com/abbeymart/mccache" + "web": "https://github.com/abbeymart/mccache-nim" }, { "name": "mcresponse", - "url": "https://github.com/abbeymart/mcresponse", + "url": "https://github.com/abbeymart/mcresponse-nim", "method": "git", "tags": [ "web", @@ -18687,7 +18687,7 @@ ], "description": "mConnect Standardised Response Package", "license": "MIT", - "web": "https://github.com/abbeymart/mcresponse" + "web": "https://github.com/abbeymart/mcresponse-nim" }, { "name": "webrtcvad",