0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-09 20:16:16 +03:00

maintainers: remove elseym

Simon passed away in December 2021.

Simon, it was a pleasure to work with you, to learn things together
and to share good times. It ended too soon. You will be missed.
This commit is contained in:
Linus Heckemann 2022-07-04 12:41:44 +02:00
parent 460b31a32f
commit ec2bee2404
15 changed files with 14 additions and 20 deletions

View file

@ -1335,7 +1335,7 @@ mapAttrs
'';
meta = with maintainers; {
maintainers = [ willibutz elseym ];
maintainers = [ willibutz ];
};
}
)))