Skip to content

Commit 7e56213

Browse files
authored
Merge pull request #58 from askpatrickw/fix-repo-typo
fix __repo__ url typo
2 parents c03fdd6 + 40c822d commit 7e56213

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)