From 40c822de3a8929b9b30f1d48a75761b77c6dd956 Mon Sep 17 00:00:00 2001 From: Patrick <4002194+askpatrickw@users.noreply.github.com> Date: Wed, 27 Jan 2021 00:30:31 +0000 Subject: [PATCH] fix __repo__ url typo CircuitPython_SimpleIO should be Adafruit_CircuitPython_SimpleIO --- simpleio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleio.py b/simpleio.py index 270f6e2..91050bf 100644 --- a/simpleio.py +++ b/simpleio.py @@ -48,7 +48,7 @@ pass # not always supported by every board! __version__ = "0.0.0-auto.0" -__repo__ = "https://github.com/adafruit/CircuitPython_SimpleIO.git" +__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO.git" def tone(pin, frequency, duration=1, length=100):