emacs: retire myself from maintainers

I added myself because I integrated Macport support but I don't really feel qualified to maintain the rest of emacs.

The Macport integration has also been working without major issues ever since it was introduced.

I still left bread crumbs in case there's an issue with macport specifically but
I don't want to be pinged on generic Emacs issues/PRs.
This commit is contained in:
Atemu 2024-02-24 13:20:43 +01:00
parent a4d4fe8c50
commit 740f6fb7d8

View File

@ -53,10 +53,10 @@ let
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
AndersonTorres AndersonTorres
adisbladis adisbladis
atemu
jwiegley jwiegley
lovek323 lovek323
matthewbauer matthewbauer
# atemu for issues relating to Macport
]; ];
platforms = { platforms = {
"mainline" = lib.platforms.all; "mainline" = lib.platforms.all;