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:
parent
a4d4fe8c50
commit
740f6fb7d8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue