manuskript: remove steveej as a maintainer

no longer a user of this so cannot verify quickly whether it functions
fully and properly.
This commit is contained in:
Stefan Junker 2022-06-09 15:38:32 +02:00
parent 8dd1b6f151
commit 355928d030

View file

@ -56,7 +56,7 @@ python3Packages.buildPythonApplication rec {
characters live in.
'';
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.steveej ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}