From 594b74c47629b9ca6cd9e16e7e90fc77a1a853d0 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Fri, 24 Apr 2020 21:05:59 -0400 Subject: [PATCH] typora: drop me from maintainers --- 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 bd183f97c12..583229eb868 100644 --- a/pkgs/applications/editors/typora/default.nix +++ b/pkgs/applications/editors/typora/default.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation rec { description = "A minimal Markdown reading & writing app"; homepage = "https://typora.io"; license = licenses.unfree; - maintainers = with maintainers; [ jensbin worldofpeace ]; + maintainers = with maintainers; [ jensbin ]; platforms = [ "x86_64-linux"]; }; }