8000 Change repo URL · abelsensors/esp32_https_server@d4ebb98 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4ebb98

Browse files
KaloNKKaloNK
authored andcommitted
Change repo URL
1 parent de1876c commit d4ebb98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository":
66
{
77
"type": "git",
8-
"url": "https://github.com/fhessel/esp32_https_server.git"
8+
"url": "https://github.com/KaloNK/esp32_https_server.git"
99
},
1010
"license": "MIT",
1111
"version": "1.0.0",

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=ESP32_HTTPS_Server
22
version=1.0.0
33
author=Frank Hessel <frank@fhessel.de>
4-
maintainer=Frank Hessel <frank@fhessel.de>
4+
maintainer=KaloNK
55
sentence=Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP.
66
paragraph=The library provides TLS support and simultaneous connections. It can be used to run an HTTP or HTTPS server, or both in parallel. The server's resources are defined through handler and middleware functions, giving an easy start to everyone who has worked with frameworks like Express or Servlets before.
77
category=Communication
8-
url=https://github.com/fhessel/esp32_https_server
8+
url=https://github.com/KaloNK/esp32_https_server
99
architectures=esp32
1010
includes=HTTPSServer.hpp,HTTPRequest.hpp,HTTPResponse.hpp

0 commit comments

Comments
 (0)
0