change the repo's name

This commit is contained in:
Baozhu Zuo
2020-12-10 17:10:14 +08:00
parent bfc70f2099
commit 62f484a4b4
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
{
"name": "CAN_BUS_Shield",
"keywords": "can, bus, mcp2515, MCP-2515",
"description": "Library provides CAN communication on the CAN-Bus Shield.",
"keywords": "can, bus, MCP2518FD mcp2515, MCP-2515",
"description": "Seeed Arduino library to control CAN-BUS and CAN BUS FD.",
"repository":
{
"type": "git",
"url": "https://github.com/Seeed-Studio/CAN_BUS_Shield.git"
"url": "https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git"
},
"version": "1.20",
"frameworks": "arduino",
"platforms": "atmelavr"
"platforms": "*"
}