summary refs log tree commit diff
path: root/pkgs/applications/audio/audacity
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-05-09 10:25:07 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-05-09 10:28:57 +0100
commit887295fd2d8c4da06acdaa185cbb3cc214d83285 (patch)
tree3f9c422c74f247bb33f31a96b8248575cc774ef8 /pkgs/applications/audio/audacity
parentb1f802994e58657de2ea1ffc7dc57a830ecee17a (diff)
downloadnixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.gz
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.bz2
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.lz
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.xz
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.zst
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.zip
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
Diffstat (limited to 'pkgs/applications/audio/audacity')
-rw-r--r--pkgs/applications/audio/audacity/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index a1f4b9ad950..f1e652cbcad 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -60,6 +60,5 @@ stdenv.mkDerivation rec {
     homepage = "http://audacityteam.org/";
     license = licenses.gpl2Plus;
     platforms = intersectLists platforms.linux platforms.x86; # fails on ARM
-    maintainers = with maintainers; [ the-kenny ];
   };
 }