From a6122eb4a647cff095022c9cc33cdeb3bd6b3711 Mon Sep 17 00:00:00 2001 From: Sol Huebner Date: Sat, 16 Jan 2021 18:46:36 -0500 Subject: [PATCH] Point to own URL --- library.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library.properties b/library.properties index d5766ff..6b0fbbe 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ -name=Adafruit PN532 -version=1.2.0 +name=Adafruit PN532 Fork +version=1.0 author=Adafruit -maintainer=Adafruit +maintainer=Sol Huebner sentence=Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip paragraph=Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip category=Communication -url=https://github.com/adafruit/Adafruit-PN532 +url=https://github.com/solhuebner/Adafruit-PN532 architectures=* -depends=Adafruit BusIO \ No newline at end of file +depends=Adafruit BusIO