From 355928d0309a4840065ac06bd66f9cf22f2902c2 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 9 Jun 2022 15:38:32 +0200 Subject: [PATCH] manuskript: remove steveej as a maintainer no longer a user of this so cannot verify quickly whether it functions fully and properly. --- pkgs/applications/editors/manuskript/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/manuskript/default.nix b/pkgs/applications/editors/manuskript/default.nix index 3d3fa196117f..a92adb5425c7 100644 --- a/pkgs/applications/editors/manuskript/default.nix +++ b/pkgs/applications/editors/manuskript/default.nix @@ -56,7 +56,7 @@ python3Packages.buildPythonApplication rec { characters live in. ''; license = lib.licenses.gpl3; - maintainers = [ lib.maintainers.steveej ]; + maintainers = [ ]; platforms = lib.platforms.unix; }; }