From 6bf93e9fc67092d93b9de6a5ebc8337a6a5f03ee Mon Sep 17 00:00:00 2001 From: Christian Schwinne Date: Sun, 10 Mar 2024 15:21:54 +0100 Subject: [PATCH] Original repo links --- README.md | 4 ++-- library.json | 2 +- library.properties | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1c369f87d..e5cea129d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ESPAsyncWebServer (Fork for WLED) -[![Build Status](https://travis-ci.org/willmmiles/ESPAsyncWebServer.svg?branch=master)](https://travis-ci.org/willmmiles/ESPAsyncWebServer) ![](https://github.com/willmmiles/ESPAsyncWebServer/workflows/ESP%20Async%20Web%20Server%20CI/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/395dd42cfc674e6ca2e326af3af80ffc)](https://www.codacy.com/manual/willmmiles/ESPAsyncWebServer?utm_source=github.com&utm_medium=referral&utm_content=willmmiles/ESPAsyncWebServer&utm_campaign=Badge_Grade) +[![Build Status](https://travis-ci.org/Aircoookie/ESPAsyncWebServer.svg?branch=master)](https://travis-ci.org/Aircoookie/ESPAsyncWebServer) ![](https://github.com/Aircoookie/ESPAsyncWebServer/workflows/ESP%20Async%20Web%20Server%20CI/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/395dd42cfc674e6ca2e326af3af80ffc)](https://www.codacy.com/manual/Aircoookie/ESPAsyncWebServer?utm_source=github.com&utm_medium=referral&utm_content=Aircoookie/ESPAsyncWebServer&utm_campaign=Badge_Grade) Async HTTP and WebSocket Server for ESP8266 Arduino @@ -113,7 +113,7 @@ framework = arduino lib_deps = ESP Async WebServer # or using GIT Url (the latest development version) -lib_deps = https://github.com/willmmiles/ESPAsyncWebServer.git +lib_deps = https://github.com/Aircoookie/ESPAsyncWebServer.git ``` 5. Happy coding with PlatformIO! diff --git a/library.json b/library.json index a1fac12c5..549342095 100644 --- a/library.json +++ b/library.json @@ -17,7 +17,7 @@ "repository": { "type": "git", - "url": "https://github.com/willmmiles/ESPAsyncWebServer.git" + "url": "https://github.com/Aircoookie/ESPAsyncWebServer.git" }, "version": "2.1.0", "license": "LGPL-3.0", diff --git a/library.properties b/library.properties index c4c3b5957..d3394e1b7 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=ESP Async WebServer version=2.1.0 -author=Me-No-Dev -maintainer=willmmiles +author=Me-No-Dev, willmmiles, Aircoookie +maintainer=Aircoookie sentence=Async Web Server for ESP8266 and ESP31B (WLED fork) paragraph=Async Web Server for ESP8266 and ESP31B category=Other -url=https://github.com/willmmiles/ESPAsyncWebServer +url=https://github.com/Aircoookie/ESPAsyncWebServer architectures=*