From 6c2d1b077aff75d002482d3de16c80d69f5acacf Mon Sep 17 00:00:00 2001 From: Ali Jahangiri <75624145+aliphys@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:08:36 +0200 Subject: [PATCH] Change maintainer to `cmaglie` --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index d15c347..b7bfa4d 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=FlashStorage version=1.0.0 author=Various -maintainer=Arduino +maintainer=cmaglie sentence=The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers. paragraph=Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 cpu are supported (and consequently every board based on this cpu like the Arduino Zero or Aduino MKR1000). url=https://github.com/cmaglie/FlashStorage