ID knihovny

This commit is contained in:
Pavel Brychta 2020-08-21 13:53:24 +02:00
parent fbfaf3ad05
commit 0682e7222b
2 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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=*