From 0dc2d7a603a8807aed7e9427309171e0d68b90c9 Mon Sep 17 00:00:00 2001 From: Anatoly Galiulin Date: Mon, 4 Apr 2016 16:12:46 +0600 Subject: [PATCH] Migrate ``nrpl`` to the new repo. The old one is unsupported for a long time --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 841fdc4..f8fa1dd 100644 --- a/packages.json +++ b/packages.json @@ -2307,7 +2307,7 @@ }, { "name": "nrpl", - "url": "https://github.com/wheineman/nrpl", + "url": "https://github.com/vegansk/nrpl", "method": "git", "tags": [ "REPL", @@ -2315,7 +2315,7 @@ ], "description": "A rudimentary Nim REPL", "license": "MIT", - "web": "https://github.com/wheineman/nrpl" + "web": "https://github.com/vegansk/nrpl" }, { "name": "nim-geocoding",