From 2f65345e819b9a39f8c1f074e69a16a49161a091 Mon Sep 17 00:00:00 2001 From: Maksym Balatsko Date: Sat, 3 Jan 2026 18:34:11 +0100 Subject: [PATCH] python3Packages.tbats: remove mbalatsko from maintainers --- pkgs/development/python-modules/tbats/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/tbats/default.nix b/pkgs/development/python-modules/tbats/default.nix index bf1daa3ca665..b1f71c1a0a66 100644 --- a/pkgs/development/python-modules/tbats/default.nix +++ b/pkgs/development/python-modules/tbats/default.nix @@ -52,6 +52,6 @@ buildPythonPackage rec { homepage = "https://github.com/intive-DataScience/tbats"; changelog = "https://github.com/intive-DataScience/tbats/releases/tag/${src.rev}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ mbalatsko ]; + maintainers = [ ]; }; }