From 01ede6d94ac57efaa542a7b235a170af671a0b2d Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Thu, 15 Jan 2026 11:05:53 +0200 Subject: [PATCH] python3Packages.yasi: Remove kranzes from maintainers --- pkgs/development/python-modules/yasi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/yasi/default.nix b/pkgs/development/python-modules/yasi/default.nix index 80076d43bbb7..0676f058b4bf 100644 --- a/pkgs/development/python-modules/yasi/default.nix +++ b/pkgs/development/python-modules/yasi/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { homepage = "https://github.com/nkmathew/yasi-sexp-indenter"; changelog = "https://github.com/nkmathew/yasi-sexp-indenter/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; }