Skip to content

Commit 40c822d

Browse files
authored
fix __repo__ url typo
CircuitPython_SimpleIO should be Adafruit_CircuitPython_SimpleIO
1 parent c03fdd6 commit 40c822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
pass # not always supported by every board!
4949

5050
__version__ = "0.0.0-auto.0"
51-
__repo__ = "https://github.com/adafruit/CircuitPython_SimpleIO.git"
51+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO.git"
5252

5353

5454
def tone(pin, frequency, duration=1, length=100):

0 commit comments

Comments
 (0)