python3Packages.yasi: Remove kranzes from maintainers

This commit is contained in:
Ilan Joselevich
2026-01-15 11:05:53 +02:00
parent b6fbff32c8
commit 01ede6d94a
@@ -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 = [ ];
};
}