summaryrefslogtreecommitdiffstats
path: root/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'library.json')
-rw-r--r--library.json14
1 files changed, 6 insertions, 8 deletions
diff --git a/library.json b/library.json
index ff9891f..5f4944f 100644
--- a/library.json
+++ b/library.json
@@ -1,19 +1,17 @@
{
- "name": "esp8266FTPServer",
- "description": "Simple FTP Server for using esp8266 SPIFFs",
- "keywords": "esp8266, ftp, spiffs",
+ "name": "espFTPServer",
+ "description": "Simple FTP Server for using SPIFFS or LittleFS",
+ "keywords": "esp8266, ftp, spiffs, littlefs",
"authors":
{
- "name": "David Paiva",
- "email": "david@paivahome.com",
- "url": "http://nailbuster.com/"
+ "name": "Daniel Plasa",
+ "email": "dplasa@gmail.com"
},
"repository":
{
"type": "git",
- "url": "https://github.com/nailbuster/esp8266FTPServer"
+ "url": "https://github.com/dplasa/espFTPServer"
},
- "url": "http://nailbuster.com/",
"frameworks": "Arduino",
"platforms": "*"
}