Skip to content

Commit 1f01916

Browse files
committed
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.
1 parent a1f8ca2 commit 1f01916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/applications/misc/kitty/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ buildPythonApplication rec {
136136
license = licenses.gpl3;
137137
changelog = "https://sw.kovidgoyal.net/kitty/changelog.html";
138138
platforms = platforms.darwin ++ platforms.linux;
139-
maintainers = with maintainers; [ tex rvolosatovs ma27 Luflosi ];
139+
maintainers = with maintainers; [ tex rvolosatovs Luflosi ];
140140
};
141141
}

0 commit comments

Comments
 (0)