Skip to content

Commit c57e456

Browse files
committed
Fix incorrect GitHub repository reference. :-)
1 parent 74f687c commit c57e456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dymoscale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
PULSE_WIDTH = 72.5
4747

4848
__version__ = "0.0.0-auto.0"
49-
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_scale.git"
49+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DymoScale.git"
5050

5151
# pylint: disable=too-few-public-methods
5252
class ScaleReading:

0 commit comments

Comments
 (0)