typora: drop me from maintainers

This commit is contained in:
worldofpeace
2020-04-24 21:05:59 -04:00
committed by GitHub
parent bc93f123ea
commit 594b74c476

View File

@@ -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"];
};
}