about summary refs log tree commit diff
path: root/pkgs/applications/audio/audacity/default.nix
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2024-06-21 13:41:50 +0200
committerLinus Heckemann <git@sphalerite.org>2024-06-21 15:54:54 +0200
commite5adf0b54700284fca646e2843b05c8b6e9661ab (patch)
tree3adc7a1a2cecfa470d7d888f6cdfdac604fa986e /pkgs/applications/audio/audacity/default.nix
parente739feeb6ef1e3fbcf32f2d470441a3a1049e79b (diff)
maintainers: drop lheckemann
Diffstat (limited to 'pkgs/applications/audio/audacity/default.nix')
-rw-r--r--pkgs/applications/audio/audacity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index 365ea7d9c9eb0..802fccf29cc18 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -202,7 +202,7 @@ stdenv.mkDerivation rec {
       # Documentation.
       cc-by-30
     ];
-    maintainers = with maintainers; [ lheckemann veprbl wegank ];
+    maintainers = with maintainers; [ veprbl wegank ];
     platforms = platforms.unix;
   };
 }