backblaze-b2: remove tomhoule as maintainer

I don't have the bandwidth or python expertise to maintain this derivation
and/or its dependencies actively.
This commit is contained in:
Tom Houlé 2024-11-13 20:15:51 +01:00
parent efdd0dd6f0
commit 01033be4e0
2 changed files with 1 additions and 2 deletions

View File

@ -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";
};
}

View File

@ -28,7 +28,6 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [
hrdinka
tomhoule
];
};
}