about summary refs log tree commit diff
path: root/pkgs/applications/audio/tenacity/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/tenacity/default.nix')
-rw-r--r--pkgs/applications/audio/tenacity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/tenacity/default.nix b/pkgs/applications/audio/tenacity/default.nix
index f44a3f5da2e2b..c5606677fd45c 100644
--- a/pkgs/applications/audio/tenacity/default.nix
+++ b/pkgs/applications/audio/tenacity/default.nix
@@ -152,7 +152,7 @@ stdenv.mkDerivation rec {
     mainProgram = "tenacity";
     homepage = "https://tenacityaudio.org/";
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ irenes lheckemann ];
+    maintainers = with maintainers; [ irenes ];
     platforms = platforms.linux;
   };
 }