Skip to content

Commit 566b285

Browse files
fix incorrect cookiecutter repo address insertion
1 parent 4296c83 commit 566b285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cedargrove_ad5245.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from adafruit_bus_device.i2c_device import I2CDevice
3232

3333
__version__ = "0.0.0+auto.0"
34-
__repo__ = "https://github.com/CedarGroveStudios/Cedargrove_CircuitPython_AD5245.git"
34+
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_AD5245.git"
3535

3636

3737
_AD5245_DEFAULT_ADDRESS = 0x2C # 44, 0b00101100

0 commit comments

Comments
 (0)