aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-08-19 19:55:25 +0100
committerGitHub <noreply@github.com>2017-08-19 19:55:25 +0100
commit263244b10ce12f905bf76eb374894d8dff134ac3 (patch)
tree25269848f75c6252e2cb402b7259ddf2525ea74f
parenta2a72d4fc8a291fa90d3dd9b1d25664f18f3c308 (diff)
parenteed243aaf4c76d8c4c2ed37f0f21fc5ecf4299dc (diff)
downloadpackages-263244b10ce12f905bf76eb374894d8dff134ac3.tar.gz
packages-263244b10ce12f905bf76eb374894d8dff134ac3.zip
Merge pull request #568 from euantorano/patch-1
Rename `libserialport` to `serial`.
-rw-r--r--packages.json11
1 files changed, 8 insertions, 3 deletions
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",