From 00f321cfc72e51849146be7778509381c9fa5fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Czapli=C5=84ski?= Date: Thu, 3 Dec 2020 11:08:50 +0100 Subject: [PATCH] Fix "web" URL for nimterop (#1732) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 9fb5c85..73f608d 100644 --- a/packages.json +++ b/packages.json @@ -12836,7 +12836,7 @@ ], "description": "Nimterop makes C/C++ interop within Nim seamless", "license": "MIT", - "web": "https://github.com/genotrance/nimtreesitter" + "web": "https://github.com/genotrance/nimterop" }, { "name": "ringDeque",