diff --git a/pkgs/development/python-modules/handout/default.nix b/pkgs/development/python-modules/handout/default.nix index 74560b630e9d..fedcbf7d23cf 100644 --- a/pkgs/development/python-modules/handout/default.nix +++ b/pkgs/development/python-modules/handout/default.nix @@ -25,6 +25,6 @@ buildPythonPackage rec { description = "Turn Python scripts into handouts with Markdown and figures"; homepage = "https://github.com/danijar/handout"; license = lib.licenses.gpl3; - maintainers = with lib.maintainers; [ averelld ]; + maintainers = [ ]; }; }