diff --git a/library.json b/library.json index 47c2e72..4d3a785 100644 --- a/library.json +++ b/library.json @@ -1,16 +1,16 @@ { - "name":"ESPAsyncTCP-esphome", + "name":"ESPAsyncTCP", "description":"Asynchronous TCP Library for ESP8266", "keywords":"async,tcp", "authors": { "name": "Hristo Gochkov", - "maintainer": true + "maintainer": false }, "repository": { "type": "git", - "url": "https://github.com/OttoWinter/ESPAsyncTCP.git" + "url": "https://git.xpablo.cz/xPablo.cz/ESPAsyncTCP.git" }, "version": "1.2.2", "license": "LGPL-3.0", diff --git a/library.properties b/library.properties index c6b52e0..9f3b9f1 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ -name=ESPAsyncTCP-esphome +name=ESPAsyncTCP version=1.2.2 author=Me-No-Dev -maintainer=Me-No-Dev +maintainer=xPablo sentence=Async TCP Library for ESP8266 and ESP31B paragraph=Async TCP Library for ESP8266 and ESP31B category=Other -url=https://github.com/OttoWinter/ESPAsyncTCP +url=https://git.xpablo.cz/xPablo.cz/ESPAsyncTCP.git architectures=*