Skip to content

Commit cadf5ee

Browse files
committed
maintenance: Fix incorrect author
1 parent 3a47f86 commit cadf5ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"url": "https://github.com/bcmi-labs/Arduino_RouterBridge"
88
},
99
"authors": {
10-
"name": "BCMI-labs",
1110
"url": "https://github.com/bcmi-labs/Arduino_RouterBridge",
11+
"name": "Arduino",
1212
"maintainer": true
1313
},
1414
"version": "0.2.2",

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=Arduino_RouterBridge
22
version=0.2.2
3-
author=BCMI-labs
4-
maintainer=BCMI-labs
3+
author=Arduino
4+
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

0 commit comments

Comments
 (0)