diff --git a/packages.json b/packages.json index 54831f5..c198511 100644 --- a/packages.json +++ b/packages.json @@ -5992,16 +5992,21 @@ }, { "name": "libserialport", - "url": "https://github.com/euantorano/serialport.nim", + "alias": "serial", + }, + { + "name": "serial", + "url": "https://github.com/euantorano/serial.nim", "method": "git", "tags": [ "serial", "rs232", - "io" + "io", + "serialport" ], "description": "A library to operate serial ports using pure Nim.", "license": "BSD3", - "web": "https://github.com/euantorano/serialport.nim" + "web": "https://github.com/euantorano/serial.nim" }, { "name": "spdk",