From 2125493cbbe4e8b66261dbfdd8d2aa789890f42d Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Sat, 24 Feb 2024 09:26:10 -0500 Subject: [PATCH 1/2] backblaze-b2: Remove kevincox as maintainer --- pkgs/development/tools/backblaze-b2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/backblaze-b2/default.nix b/pkgs/development/tools/backblaze-b2/default.nix index e82c32940891..708fbb23c80e 100644 --- a/pkgs/development/tools/backblaze-b2/default.nix +++ b/pkgs/development/tools/backblaze-b2/default.nix @@ -94,6 +94,6 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/Backblaze/B2_Command_Line_Tool"; changelog = "https://github.com/Backblaze/B2_Command_Line_Tool/blob/v${version}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ hrdinka kevincox tomhoule ]; + maintainers = with maintainers; [ hrdinka tomhoule ]; }; } From d03847b891478eef7dd2fc5a1198146a8938e89e Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Sat, 24 Feb 2024 09:27:55 -0500 Subject: [PATCH 2/2] 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 ]; }; }