about summary refs log tree commit diff
path: root/pkgs/applications/editors/typora
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-24 21:05:59 -0400
committerGitHub <noreply@github.com>2020-04-24 21:05:59 -0400
commit594b74c47629b9ca6cd9e16e7e90fc77a1a853d0 (patch)
tree53e7f2eac05926826a7a750debfc8ddedf5922e1 /pkgs/applications/editors/typora
parentbc93f123eafeef49edcca7e0bdf08c33b3a8c72a (diff)
typora: drop me from maintainers
Diffstat (limited to 'pkgs/applications/editors/typora')
-rw-r--r--pkgs/applications/editors/typora/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/typora/default.nix b/pkgs/applications/editors/typora/default.nix
index bd183f97c126a..583229eb86841 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"];
   };
 }