From b5b048fa3421ccd7e3bed0a3ce7dd957b367ce74 Mon Sep 17 00:00:00 2001 From: Maksym Balatsko Date: Sat, 3 Jan 2026 18:29:27 +0100 Subject: [PATCH] python3Packages.h5io: remove mbalatsko from maintainers --- pkgs/development/python-modules/h5io/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/h5io/default.nix b/pkgs/development/python-modules/h5io/default.nix index 0d5f24dd1382..39f6c827158c 100644 --- a/pkgs/development/python-modules/h5io/default.nix +++ b/pkgs/development/python-modules/h5io/default.nix @@ -55,6 +55,6 @@ buildPythonPackage rec { homepage = "https://github.com/h5io/h5io"; changelog = "https://github.com/h5io/h5io/releases/tag/h5io-${version}"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ mbalatsko ]; + maintainers = [ ]; }; }