From cb17e78b49e7116358e892b7be7be9572358d805 Mon Sep 17 00:00:00 2001 From: Fabiano Riccardi Date: Sun, 6 Mar 2022 16:23:59 +0100 Subject: [PATCH] update library metadata --- library.json | 10 ++++++---- library.properties | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index dc26ac9..50c9191 100644 --- a/library.json +++ b/library.json @@ -5,17 +5,19 @@ "name": "Fabiano Riccardi", "email": "fabiano.riccardi@outlook.com" }, - "description": "This library provides an intuitive interface to play melodies on buzzers.", + "description": "This library provides an intuitive interface to play melodies on buzzers. The melodies can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support RTTTL.", "keywords": [ "buzzer", "tune", "melody", - "rttl", - "piezo" + "rtttl", + "piezo", + "arduino-library", + "sound" ], "repository": { "type": "git", - "url": "https://github.com/fabiuz7/melody-player-arduino" + "url": "https://github.com/fabianoriccardi/melody-player" }, "licence": "LGPL-2.1-or-later", "frameworks": [ diff --git a/library.properties b/library.properties index b8e3d0a..b40fb1b 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=2.2.1 author=Fabiano Riccardi maintainer=Fabiano Riccardi sentence=This library provides an intuitive interface to play melodies on buzzers -paragraph=The melody can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support to RTTTL. +paragraph=The melodies can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support RTTTL. category=Device Control -url=https://github.com/fabiuz7/melody-player-arduino +url=https://github.com/fabianoriccardi/melody-player architectures=esp8266,esp32