maintainers: add ymeister

This commit is contained in:
ymeister 2020-03-08 15:11:16 +00:00
parent 5de1b169ea
commit a0c9e953c7
2 changed files with 7 additions and 0 deletions

View file

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

View file

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