From 5db37eeaefbdcfc84a033e0415a550e730536a1a Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Thu, 15 Nov 2018 16:44:44 +0100 Subject: [PATCH] substitute placeholders --- library.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 38d576d..d8a2062 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { - "name": "sprocket-plugin-template", + "name": "sprocket-plugin-web", "keywords": "sprocket, plugin", - "description": "Template for a sprocket plugin", + "description": "Plugin to enable web related stuff", "authors": { "name": "Patrick Balsiger", @@ -11,7 +11,7 @@ "repository": { "type": "git", - "url": "https://gitlab.com/wirelos/sprocket-plugin-template" + "url": "https://gitlab.com/wirelos/sprocket-plugin-web" }, "frameworks": "arduino", "platforms": "espressif8266, esp32",