Skip to content

Commit b076252

Browse files
authored
Merge pull request #32 from arduino-libraries/linter_warning
ops: quench linter warning about lib manager
2 parents 6af0134 + c97c0af commit b076252

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/arduino-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: arduino/arduino-lint-action@v2
2525
with:
2626
compliance: strict
27-
library-manager: submit # remember to change to 'update' after the library is published on the libraries index
27+
library-manager: update # remember to change to 'update' after the library is published on the libraries index
2828
# Always use this setting for official repositories. Remove for 3rd party projects.
2929
official: true

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A MessagePack RPC library for Arduino",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/bcmi-labs/Arduino_RPClite"
7+
"url": "https://github.com/arduino-libraries/Arduino_RPCLite"
88
},
99
"authors": {
1010
"name": "Lucio Rossi",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=Arduino, Lucio Rossi (eigen-value)
55
sentence=A MessagePack RPC library for Arduino
66
paragraph=allows to create a client/server architecture using MessagePack as the serialization format. It follows the MessagePack-RPC protocol specification. It is designed to be lightweight and easy to use, making it suitable for embedded systems and IoT applications.
77
category=Communication
8-
url=https://www.arduino.cc/
8+
url=https://github.com/arduino-libraries/Arduino_RPCLite
99
architectures=*
1010
depends=MsgPack (>=0.4.2)

0 commit comments

Comments
 (0)