From 7914202df343ea3efbb0666449f215203e9e2a25 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 29 Mar 2020 18:33:14 +0200 Subject: [PATCH] move over to fork --- owrx/feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index b62003f..09aa0c4 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -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")