Skip to content

Commit 796f2f2

Browse files
committed
chore(library.json): update authors
1 parent b681120 commit 796f2f2

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

library.json

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
2-
"name":"HomeKit-ESP8266",
3-
"description":"Apple HomeKit accessory server library for the ESP8266 Arduino core.",
4-
"keywords":"homekit,esp8266,esp32,apple homekit",
5-
"authors":
6-
{
7-
"name": "Mixiaoxiao (Wang Bin)",
8-
"maintainer": true
9-
},
10-
"repository":
11-
{
2+
"name": "HomeKit-ESP8266",
3+
"description": "Apple HomeKit accessory server library for the ESP8266 Arduino core.",
4+
"keywords": "homekit,esp8266,esp32,apple homekit",
5+
"authors": [
6+
{
7+
"name": "Mixiaoxiao (Wang Bin)",
8+
"maintainer": true
9+
},
10+
{
11+
"name": "Rulee Chen",
12+
"email": "[email protected]",
13+
"url": "https://github.com/ruleechen",
14+
"maintainer": false
15+
}
16+
],
17+
"repository": {
1218
"type": "git",
1319
"url": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git"
1420
},
@@ -19,4 +25,4 @@
1925
"build": {
2026
"libCompatMode": 2
2127
}
22-
}
28+
}

0 commit comments

Comments
 (0)