maintainers: add ymeister
This commit is contained in:
parent
5de1b169ea
commit
a0c9e953c7
|
@ -8173,6 +8173,12 @@
|
||||||
githubId = 474343;
|
githubId = 474343;
|
||||||
name = "Xavier Zwirtz";
|
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";
|
description = "Real-time adjustable equalizer plugin for ALSA";
|
||||||
homepage = "https://thedigitalmachine.net/alsaequal.html";
|
homepage = "https://thedigitalmachine.net/alsaequal.html";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ ymeister ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue