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:
parent
efdd0dd6f0
commit
01033be4e0
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -28,7 +28,6 @@ buildPythonPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
hrdinka
|
||||
tomhoule
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user