fix plutosdr soapy module url

This commit is contained in:
Jakob Ketterl 2021-07-15 12:53:48 +02:00
parent 12c032112b
commit 0277ae8722
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ class FeatureDetector(object):
"""
The SoapySDR module for PlutoSDR devices is required for interfacing with PlutoSDR devices.
You can get it [here](https://github.com/photosware/SoapyPlutoSDR).
You can get it [here](https://github.com/pothosware/SoapyPlutoSDR).
"""
return self._has_soapy_driver("plutosdr")