From 01033be4e0e4cf6bc3f26529177be42f217db8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Houl=C3=A9?= Date: Wed, 13 Nov 2024 20:15:51 +0100 Subject: [PATCH] backblaze-b2: remove tomhoule as maintainer I don't have the bandwidth or python expertise to maintain this derivation and/or its dependencies actively. --- pkgs/by-name/ba/backblaze-b2/package.nix | 2 +- pkgs/development/python-modules/phx-class-registry/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/by-name/ba/backblaze-b2/package.nix b/pkgs/by-name/ba/backblaze-b2/package.nix index b7e2265c4915..1cae842f5c18 100644 --- a/pkgs/by-name/ba/backblaze-b2/package.nix +++ b/pkgs/by-name/ba/backblaze-b2/package.nix @@ -98,7 +98,7 @@ 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 tomhoule ]; + maintainers = with maintainers; [ hrdinka ]; mainProgram = "backblaze-b2"; }; } diff --git a/pkgs/development/python-modules/phx-class-registry/default.nix b/pkgs/development/python-modules/phx-class-registry/default.nix index 8843e0039ad8..29255f6bfd50 100644 --- a/pkgs/development/python-modules/phx-class-registry/default.nix +++ b/pkgs/development/python-modules/phx-class-registry/default.nix @@ -28,7 +28,6 @@ buildPythonPackage rec { license = licenses.mit; maintainers = with maintainers; [ hrdinka - tomhoule ]; }; }