Skip to content

Commit 7e06390

Browse files
committed
Fix repo url
1 parent 5b9078d commit 7e06390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_portalbase/wifi_coprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import adafruit_requests as requests
3030

3131
__version__ = "0.0.0-auto.0"
32-
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal.git"
32+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
3333

3434

3535
class WiFi:

0 commit comments

Comments
 (0)