From 73653ee853790520ef041287f01db138c882fe92 Mon Sep 17 00:00:00 2001 From: "Nicholas H.Tollervey" Date: Tue, 3 Sep 2019 12:03:48 +0100 Subject: [PATCH] Fix GitHub repository URL to the correct version. --- adafruit_nunchuk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_nunchuk.py b/adafruit_nunchuk.py index cb58881..e6d73b9 100644 --- a/adafruit_nunchuk.py +++ b/adafruit_nunchuk.py @@ -46,7 +46,7 @@ from adafruit_bus_device.i2c_device import I2CDevice __version__ = "0.0.0-auto.0" -__repo__ = "https://github.com/caternuson/CircuitPython_Nunchuk.git" +__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk.git" _DEFAULT_ADDRESS = 0x52 _I2C_INIT_DELAY = 0.1