From 07613b31582a352bea0e1c1d4e8666aebcd9200b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sun, 8 Sep 2019 22:15:46 +0200 Subject: [PATCH] Update URL to point to upstream repository (#3187) Pointing to an old fork is misleading. --- libraries/HTTPClient/library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/HTTPClient/library.properties b/libraries/HTTPClient/library.properties index 0369caa74..153a2e257 100644 --- a/libraries/HTTPClient/library.properties +++ b/libraries/HTTPClient/library.properties @@ -2,8 +2,8 @@ name=HTTPClient version=1.2 author=Markus Sattler maintainer=Markus Sattler -sentence=http Client for ESP32 +sentence=HTTP Client for ESP32 paragraph= category=Communication -url=https://github.com/Links2004/Arduino/tree/libraries/ESP8266HTTPClient +url=https://github.com/espressif/arduino-esp32/tree/master/libraries/HTTPClient architectures=esp32 -- GitLab