Skip to content

Commit f8af396

Browse files
authored
Merge pull request #31 from arduino-libraries/library_specs
doc: lib spec library.properties published lib url. authors maintainers
2 parents 99b074e + ceb0da0 commit f8af396

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

library.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
"type": "git",
77
"url": "https://github.com/arduino-libraries/Arduino_RouterBridge"
88
},
9-
"authors": {
10-
"name": "Arduino",
11-
"url": "https://github.com/arduino-libraries/Arduino_RouterBridge",
12-
"maintainer": true
13-
},
9+
"authors":
10+
[
11+
{
12+
"name": "Arduino",
13+
"url": "https://github.com/arduino-libraries/Arduino_RouterBridge",
14+
"maintainer": true
15+
}
16+
],
1417
"version": "0.2.2",
1518
"license": "MPL2.0",
1619
"frameworks": "arduino",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=Arduino
55
sentence=A RPC bridge for Arduino UNO Q boards
66
paragraph=This library provides a simple RPC bridge for Arduino UNO Q boards, allowing communication between the board and other devices using MsgPack serialization.
77
category=Communication
8-
url=https://www.arduino.cc/
8+
url=https://github.com/arduino-libraries/Arduino_RouterBridge
99
architectures=*
1010
depends=Arduino_RPClite

0 commit comments

Comments
 (0)