We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f8ca2 commit 1f01916Copy full SHA for 1f01916
1 file changed
pkgs/applications/misc/kitty/default.nix
@@ -136,6 +136,6 @@ buildPythonApplication rec {
136
license = licenses.gpl3;
137
changelog = "https://sw.kovidgoyal.net/kitty/changelog.html";
138
platforms = platforms.darwin ++ platforms.linux;
139
- maintainers = with maintainers; [ tex rvolosatovs ma27 Luflosi ];
+ maintainers = with maintainers; [ tex rvolosatovs Luflosi ];
140
};
141
}
0 commit comments