From 1f01916d5078690eee66d21c0e638e1276297900 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 5 Aug 2020 21:30:09 +0200 Subject: [PATCH] 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. --- pkgs/applications/misc/kitty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/kitty/default.nix b/pkgs/applications/misc/kitty/default.nix index 181917501231..b1cdd5e86ea5 100644 --- a/pkgs/applications/misc/kitty/default.nix +++ b/pkgs/applications/misc/kitty/default.nix @@ -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 ]; }; }