Skip to content

Commit b0d6861

Browse files
committed
Fix repo variable
1 parent 10d2631 commit b0d6861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_cursorcontrol/cursorcontrol_cursormanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from adafruit_debouncer import Debouncer
1616

1717
__version__ = "0.0.0-auto.0"
18-
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone.git"
18+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CursorControl.git"
1919

2020

2121
# PyBadge

0 commit comments

Comments
 (0)