summary refs log tree commit diff
path: root/pkgs/tools/audio/alsaequal
diff options
context:
space:
mode:
authorymeister <47071325+ymeister@users.noreply.github.com>2020-03-08 15:11:16 +0000
committerymeister <47071325+ymeister@users.noreply.github.com>2020-03-13 13:38:05 +0700
commita0c9e953c7e03deb59c39990801db76e97f29a3a (patch)
tree4ab0e05bd0839c2869ce76d1bfb83b719e15cb54 /pkgs/tools/audio/alsaequal
parent5de1b169eaffe49027d31b066fa185db6fdcdba9 (diff)
downloadnixpkgs-a0c9e953c7e03deb59c39990801db76e97f29a3a.tar
nixpkgs-a0c9e953c7e03deb59c39990801db76e97f29a3a.tar.gz
nixpkgs-a0c9e953c7e03deb59c39990801db76e97f29a3a.tar.bz2
nixpkgs-a0c9e953c7e03deb59c39990801db76e97f29a3a.tar.lz
nixpkgs-a0c9e953c7e03deb59c39990801db76e97f29a3a.tar.xz
nixpkgs-a0c9e953c7e03deb59c39990801db76e97f29a3a.tar.zst
nixpkgs-a0c9e953c7e03deb59c39990801db76e97f29a3a.zip
maintainers: add ymeister
Diffstat (limited to 'pkgs/tools/audio/alsaequal')
-rw-r--r--pkgs/tools/audio/alsaequal/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/audio/alsaequal/default.nix b/pkgs/tools/audio/alsaequal/default.nix
index fa11b665cd3..9498baca991 100644
--- a/pkgs/tools/audio/alsaequal/default.nix
+++ b/pkgs/tools/audio/alsaequal/default.nix
@@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
     description = "Real-time adjustable equalizer plugin for ALSA";
     homepage = "https://thedigitalmachine.net/alsaequal.html";
     license = licenses.gpl2;
+    maintainers = with maintainers; [ ymeister ];
   };
 }