diff options
| author | Euan T <euantorano@users.noreply.github.com> | 2017-08-15 21:05:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-15 21:05:36 +0100 |
| commit | bf039ea5377bc9787166f46c07b078ee4b79442a (patch) | |
| tree | ea3d5edff8472e687a51fc80133a6d5dd85d6ba0 | |
| parent | 3c66456dba5c16eeafb4d3d141de79d35b7ffd31 (diff) | |
| download | packages-bf039ea5377bc9787166f46c07b078ee4b79442a.tar.gz packages-bf039ea5377bc9787166f46c07b078ee4b79442a.zip | |
Rename `libserialport` to `serial`.
`libserialport` was a misleading name as it implied the library was a wrapper.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages.json b/packages.json index 53e1c62..75ee07f 100644 --- a/packages.json +++ b/packages.json @@ -5991,17 +5991,18 @@ "web": "http://dpdk.org/" }, { - "name": "libserialport", - "url": "https://github.com/euantorano/serialport.nim", + "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", |
