From ed8437bd10ff26dcb90222e55f31c0cb4b0de5ac Mon Sep 17 00:00:00 2001 From: treeform Date: Sun, 10 May 2020 22:09:16 -0700 Subject: [PATCH] Rename netpipe to netty. (#1467) --- packages.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 68cdd78..74b2f79 100644 --- a/packages.json +++ b/packages.json @@ -13129,15 +13129,19 @@ }, { "name": "netpipe", - "url": "https://github.com/treeform/netpipe/", + "alias": "netty" + }, + { + "name": "netty", + "url": "https://github.com/treeform/netty/", "method": "git", "tags": [ "networking", "udp" ], - "description": "Netpipe is a reliable UDP connection for Nim.", + "description": "Netty is a reliable UDP connection for games.", "license": "MIT", - "web": "https://github.com/treeform/netpipe/" + "web": "https://github.com/treeform/netty/" }, { "name": "fnv",