From d03847b891478eef7dd2fc5a1198146a8938e89e Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Sat, 24 Feb 2024 09:27:55 -0500 Subject: [PATCH] pythonPackages.phx-class-registry: Assign backblaze-b2 maintainers as maintainers --- pkgs/development/python-modules/phx-class-registry/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/phx-class-registry/default.nix b/pkgs/development/python-modules/phx-class-registry/default.nix index 0e14d34151a0..b316b15bc7df 100644 --- a/pkgs/development/python-modules/phx-class-registry/default.nix +++ b/pkgs/development/python-modules/phx-class-registry/default.nix @@ -29,6 +29,6 @@ buildPythonPackage rec { description = "Factory and registry pattern for Python classes"; homepage = "https://class-registry.readthedocs.io/en/latest/"; license = licenses.mit; - maintainers = with maintainers; [ kevincox ]; + maintainers = with maintainers; [ hrdinka tomhoule ]; }; }