Skip to content

Commit

Permalink
Updates to library.json
Browse files Browse the repository at this point in the history
- Removed 'include' - it is optional
- Added 'homepage'
- Added 'license'
  • Loading branch information
njh committed Aug 18, 2018
1 parent 651185d commit 3386c35
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "EtherCard",
"keywords": "http, web, server, client, ethernet",
"description": "EtherCard is an IPv4 driver for the ENC28J60 chip.",
"homepage": "https://github.com/njh/EtherCard",
"authors":
[
{
Expand All @@ -20,16 +21,12 @@
"name": "Guido Socher"
}
],
"include": [
"examples",
"*.cpp",
"*.h"
],
"repository":
{
"type": "git",
"url": "https://github.com/njh/EtherCard.git"
},
"license": "GPL-2.0",
"frameworks": "arduino",
"platforms": "atmelavr"
}

0 comments on commit 3386c35

Please sign in to comment.