maintainers: add ymeister

This commit is contained in:
ymeister
2020-03-13 13:38:05 +07:00
parent 5de1b169ea
commit a0c9e953c7
2 changed files with 7 additions and 0 deletions
+1
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 ];
};
}