mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
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:
@@ -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";
|
||||
|
||||
@@ -11,7 +11,7 @@ let
|
||||
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.amesgen ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options.programs.timidity = {
|
||||
enable = lib.mkEnableOption "timidity, a software MIDI renderer";
|
||||
|
||||
Reference in New Issue
Block a user