From c7da067cdbdd9b5d11ffdb68c7804eba8016cf9b Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Thu, 15 Jan 2026 11:05:07 +0200 Subject: [PATCH] python3Packages.calysto: Remove kranzes from maintainers --- pkgs/development/python-modules/calysto/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/calysto/default.nix b/pkgs/development/python-modules/calysto/default.nix index 8016ecb7798f..a9e62370f4c3 100644 --- a/pkgs/development/python-modules/calysto/default.nix +++ b/pkgs/development/python-modules/calysto/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { description = "Tools for Jupyter and Python"; homepage = "https://github.com/Calysto/calysto"; license = lib.licenses.bsd2; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; }