Skip to content

Commit 2682832

Browse files
authored
Merge pull request #3 from ntoll/master
Fix incorrect GitHub repository reference. :-)
2 parents 74f687c + c57e456 commit 2682832

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)