maintainers: add ymeister

wip/yesman
ymeister 4 years ago
parent 5de1b169ea
commit a0c9e953c7
  1. 6
      maintainers/maintainer-list.nix
  2. 1
      pkgs/tools/audio/alsaequal/default.nix

@ -8173,6 +8173,12 @@
githubId = 474343;
name = "Xavier Zwirtz";
};
ymeister = {
name = "Yuri Meister";
email = "47071325+ymeister@users.noreply.github.com";
github = "ymeister";
githubId = 47071325;
};
}

@ -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 ];
};
}

Loading…
Cancel
Save