From a467d72646c74c8b61b5bb8d9be129da7743b59e Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:18:15 +0800 Subject: [PATCH] take over ast-pattern-matching (#2376) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 24ad2c0..111a85d 100644 --- a/packages.json +++ b/packages.json @@ -10480,7 +10480,7 @@ }, { "name": "ast_pattern_matching", - "url": "https://github.com/krux02/ast-pattern-matching", + "url": "https://github.com/nim-lang/ast-pattern-matching", "method": "git", "tags": [ "macros", @@ -10489,7 +10489,7 @@ ], "description": "a general ast pattern matching library with a focus on correctness and good error messages", "license": "MIT", - "web": "https://github.com/krux02/ast-pattern-matching" + "web": "https://github.com/nim-lang/ast-pattern-matching" }, { "name": "tissue",