Skip to content

Commit ab4fc3a

Browse files
committed
Fix GitHub repository URL to the correct value.
1 parent fc04167 commit ab4fc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_rfm9x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def warn(msg, **kwargs):
4444

4545

4646
__version__ = "0.0.0-auto.0"
47-
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_rfm95.git"
47+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RFM9x.git"
4848

4949

5050
# pylint: disable=bad-whitespace

0 commit comments

Comments
 (0)