kitty: remove myself from the maintainer list

I don't use this as terminal emulator anymore and it's
pretty well-maintained by my fellow co-maintainers.
This commit is contained in:
Maximilian Bosch
2020-08-05 21:30:09 +02:00
parent a1f8ca2ba7
commit 1f01916d50

View File

@@ -136,6 +136,6 @@ buildPythonApplication rec {
license = licenses.gpl3;
changelog = "https://sw.kovidgoyal.net/kitty/changelog.html";
platforms = platforms.darwin ++ platforms.linux;
maintainers = with maintainers; [ tex rvolosatovs ma27 Luflosi ];
maintainers = with maintainers; [ tex rvolosatovs Luflosi ];
};
}