From 32985af367f63dacd3c278b721fb9c0a9f207281 Mon Sep 17 00:00:00 2001 From: Luca Guzzon Date: Fri, 5 Oct 2018 05:35:25 +0200 Subject: [PATCH] Repository relocation (#880) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 502c004..f2c665d 100644 --- a/packages.json +++ b/packages.json @@ -8143,14 +8143,14 @@ }, { "name": "simpleAST", - "url": "https://github.com/lguzzon/simpleAST", + "url": "https://github.com/lguzzon-NIM/simpleAST", "method": "git", "tags": [ "ast" ], "description": "Simple AST in NIM", "license": "MIT", - "web": "https://github.com/lguzzon/simpleAST" + "web": "https://github.com/lguzzon-NIM/simpleAST" }, { "name": "timerpool",