diff --git a/pkgs/applications/editors/typora/default.nix b/pkgs/applications/editors/typora/default.nix index d76dbbffdcb7..5332e0b5d05b 100644 --- a/pkgs/applications/editors/typora/default.nix +++ b/pkgs/applications/editors/typora/default.nix @@ -98,7 +98,7 @@ in stdenv.mkDerivation { description = "A markdown editor, a markdown reader"; homepage = "https://typora.io/"; license = licenses.unfree; - maintainers = with maintainers; [ jensbin npulidomateo ]; + maintainers = with maintainers; [ npulidomateo ]; platforms = [ "x86_64-linux" ]; }; }