summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects-legacy
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-05-17 07:54:40 +0200
committerGitHub <noreply@github.com>2022-05-17 07:54:40 +0200
commit365be2abe0dcecf064a40745c688a11939118b5d (patch)
treec16c2fe423a2129cba0afb7bcb3b1b9c3b3e99da /pkgs/applications/audio/pulseeffects-legacy
parent434f417e2c9a939b22409788f6d8b172d31d10ce (diff)
downloadnixpkgs-365be2abe0dcecf064a40745c688a11939118b5d.tar
nixpkgs-365be2abe0dcecf064a40745c688a11939118b5d.tar.gz
nixpkgs-365be2abe0dcecf064a40745c688a11939118b5d.tar.bz2
nixpkgs-365be2abe0dcecf064a40745c688a11939118b5d.tar.lz
nixpkgs-365be2abe0dcecf064a40745c688a11939118b5d.tar.xz
nixpkgs-365be2abe0dcecf064a40745c688a11939118b5d.tar.zst
nixpkgs-365be2abe0dcecf064a40745c688a11939118b5d.zip
pulseeffects-legacy: drop myself from maintainers
Diffstat (limited to 'pkgs/applications/audio/pulseeffects-legacy')
-rw-r--r--pkgs/applications/audio/pulseeffects-legacy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/pulseeffects-legacy/default.nix b/pkgs/applications/audio/pulseeffects-legacy/default.nix
index fad17ac71fd..2a775369d26 100644
--- a/pkgs/applications/audio/pulseeffects-legacy/default.nix
+++ b/pkgs/applications/audio/pulseeffects-legacy/default.nix
@@ -108,7 +108,7 @@ in stdenv.mkDerivation rec {
     description = "Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications";
     homepage = "https://github.com/wwmm/pulseeffects";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ jtojnar ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.linux;
     badPlatforms = [ "aarch64-linux" ];
   };