backblaze-b2: remove tomhoule as maintainer (#355736)

This commit is contained in:
OTABI Tomoya
2024-11-19 18:43:39 +09:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
+1 -1
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";
};
}
@@ -28,7 +28,6 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [
hrdinka
tomhoule
];
};
}