timidity: remove amesgen as maintainer

Sadly amesgen passed away some time ago, see
<https://www.tweag.io/blog/2025-12-16-in-memoriam-amesgen/>.
This commit is contained in:
Robert Helgesson
2026-04-05 23:47:47 +02:00
parent c65923b58d
commit de5154c348
2 changed files with 1 additions and 9 deletions

View File

@@ -586,14 +586,6 @@
name = "Bruno BELANYI";
source = "nixpkgs";
};
amesgen = {
email = "amesgen@amesgen.de";
github = "amesgen";
githubId = 15369874;
matrix = "@amesgen:amesgen.de";
name = "Alexander Esgen";
source = "nixpkgs";
};
andre4ik3 = {
email = "andre4ik3@fastmail.com";
github = "andre4ik3";

View File

@@ -11,7 +11,7 @@ let
in
{
meta.maintainers = [ lib.maintainers.amesgen ];
meta.maintainers = [ ];
options.programs.timidity = {
enable = lib.mkEnableOption "timidity, a software MIDI renderer";