typora: remove maintainer jensbin

This commit is contained in:
Nico Pulido-Mateo 2023-10-13 14:34:04 +02:00
parent 0bd4608448
commit 9b4f78b7ba

View File

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