From 0c510fcac75d5880e93db995f67d1dda70a5fd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sun, 1 Mar 2026 13:33:39 +0100 Subject: [PATCH] handout: drop maintainer averelld --- pkgs/development/python-modules/handout/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ ]; }; }