handout: drop maintainer averelld

This commit is contained in:
Gutyina Gergő
2026-03-01 13:33:39 +01:00
parent 29a69cb82b
commit 0c510fcac7
@@ -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 = [ ];
};
}