move over to fork

This commit is contained in:
Jakob Ketterl 2020-03-29 18:33:14 +02:00
parent a6b5984dce
commit 7914202df3
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class FeatureDetector(object):
def has_csdr(self):
"""
OpenWebRX uses the demodulator and pipeline tools provided by the csdr project. Please check out [the project
page on github](https://github.com/simonyiszk/csdr) for further details and installation instructions.
page on github](https://github.com/jketterl/csdr) for further details and installation instructions.
"""
return self.command_is_runnable("csdr")