diff --git a/library.json b/library.json index f8abfc4..48bd5ef 100644 --- a/library.json +++ b/library.json @@ -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": [ { @@ -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" }