From 9b4f78b7bad2af6337c13ff8b84119cfa39dad06 Mon Sep 17 00:00:00 2001 From: Nico Pulido-Mateo <13149442+npulidomateo@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:34:04 +0200 Subject: [PATCH] typora: remove maintainer jensbin --- pkgs/applications/editors/typora/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; }; }