Skip to content

Commit 658dbf6

Browse files
authored
Merge pull request #2 from ntoll/master
Fix GitHub repository information to correct URL.
2 parents 6307e5c + a830555 commit 658dbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_gc_iot_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import adafruit_ntp as NTP
4444

4545
__version__ = "0.0.0-auto.0"
46-
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Cloud_IOT_Core.git"
46+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core.git"
4747

4848
class MQTT_API_ERROR(Exception):
4949
"""Exception raised on MQTT API return-code errors."""

0 commit comments

Comments
 (0)