From 3bf177833ede1d4924e751ee6ae4958aff84861e Mon Sep 17 00:00:00 2001 From: Ian Katz Date: Mon, 17 Sep 2018 09:15:52 -0400 Subject: [PATCH] Fix library URL --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 26704b0..2787c7b 100644 --- a/library.properties +++ b/library.properties @@ -5,6 +5,6 @@ maintainer=Steven de Salas sentence=Generic C++ circular queue paragraph=Works for any datatype and desired length category=Data Storage -url=https://github.com/ifreecarve/arduino_ci/SampleProjects/DoSomething +url=https://github.com/sdesalas/Arduino-Queue.h architectures=* includes=Queue.h