about summary refs log tree commit diff
path: root/pkgs/applications/radio/gqrx/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/radio/gqrx/default.nix')
-rw-r--r--pkgs/applications/radio/gqrx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/radio/gqrx/default.nix b/pkgs/applications/radio/gqrx/default.nix
index f1a71804e3ff..33b858799e2a 100644
--- a/pkgs/applications/radio/gqrx/default.nix
+++ b/pkgs/applications/radio/gqrx/default.nix
@@ -43,6 +43,6 @@ mkDerivation rec {
     # it's currently unknown which version of the BSD license that is.
     license = licenses.gpl3Plus;
     platforms = platforms.linux;  # should work on Darwin / macOS too
-    maintainers = with maintainers; [ bjornfor the-kenny fpletz ];
+    maintainers = with maintainers; [ bjornfor fpletz ];
   };
 }