Skip to content

Commit 1c57a8e

Browse files
authored
Merge pull request #28 from ntoll/master
Fix GitHub repository URL to the correct value.
2 parents fc04167 + ab4fc3a commit 1c57a8e

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)